chore: clean nitro stuffs
This commit is contained in:
parent
60235a4078
commit
81015bab3c
@ -1,9 +1,7 @@
|
|||||||
// The PORT to use for the Nitro subprocess
|
|
||||||
export const CORTEX_DEFAULT_PORT = 39291
|
export const CORTEX_DEFAULT_PORT = 39291
|
||||||
|
|
||||||
// The HOST address to use for the Nitro subprocess
|
|
||||||
export const LOCAL_HOST = '127.0.0.1'
|
export const LOCAL_HOST = '127.0.0.1'
|
||||||
|
|
||||||
export const SUPPORTED_MODEL_FORMAT = '.gguf'
|
export const SUPPORTED_MODEL_FORMAT = '.gguf'
|
||||||
|
|
||||||
export const CORTEX_API_URL = `http://${LOCAL_HOST}:${CORTEX_DEFAULT_PORT}/v1` // default nitro url
|
export const CORTEX_API_URL = `http://${LOCAL_HOST}:${CORTEX_DEFAULT_PORT}/v1`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user