feat: use librechat instead of own chat #14
@@ -10,9 +10,9 @@ registration:
|
|||||||
|
|
||||||
interface:
|
interface:
|
||||||
privacyPolicy:
|
privacyPolicy:
|
||||||
externalUrl: http://localhost:8000/privacy
|
externalUrl: https://dash-dev.meghsakha.com/privacy
|
||||||
termsOfService:
|
termsOfService:
|
||||||
externalUrl: http://localhost:8000/impressum
|
externalUrl: https://dash-dev.meghsakha.com/impressum
|
||||||
endpointsMenu: true
|
endpointsMenu: true
|
||||||
modelSelect: true
|
modelSelect: true
|
||||||
parameters: true
|
parameters: true
|
||||||
@@ -21,7 +21,7 @@ endpoints:
|
|||||||
custom:
|
custom:
|
||||||
- name: "Ollama"
|
- name: "Ollama"
|
||||||
apiKey: "ollama"
|
apiKey: "ollama"
|
||||||
baseURL: "http://host.docker.internal:11434/v1/"
|
baseURL: "https://mac-mini-von-benjamin-2:11434/v1/"
|
||||||
models:
|
models:
|
||||||
default:
|
default:
|
||||||
- "llama3.1:8b"
|
- "llama3.1:8b"
|
||||||
|
|||||||
Reference in New Issue
Block a user