model inference settings
This commit is contained in:
@@ -4,8 +4,7 @@ const fs = require('fs');
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
const appSettings = require('../config/settings');
|
const appSettings = require('../config/settings');
|
||||||
|
|
||||||
const { getEnv, SERVICES } = require('@nexusai/shared');
|
const { getEnv, LLAMACPP } = require('@nexusai/shared');
|
||||||
const INFERENCE_SERVICE_URL = getEnv('INFERENCE_SERVICE_URL', SERVICES.INFERENCE_URL);
|
|
||||||
const LLAMA_URL = getEnv('LLAMA_SERVER_URL', LLAMACPP.DEFAULT_URL);
|
const LLAMA_URL = getEnv('LLAMA_SERVER_URL', LLAMACPP.DEFAULT_URL);
|
||||||
|
|
||||||
router.get('/', (req, res) => {
|
router.get('/', (req, res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user