chore: clean nitro stuffs

This commit is contained in:
Louis 2024-11-08 18:03:37 +07:00
parent 60235a4078
commit 81015bab3c
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -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`