Update librechat.yaml
Browse files- librechat.yaml +5 -5
librechat.yaml
CHANGED
@@ -38,16 +38,16 @@ endpoints:
|
|
38 |
baseURL: "https://api.mistral.ai/v1"
|
39 |
models:
|
40 |
default: [
|
41 |
-
"mistral-small",
|
42 |
-
"mistral-medium",
|
43 |
"mistral-large-latest"
|
44 |
]
|
45 |
-
fetch:
|
46 |
titleConvo: true
|
47 |
titleMethod: "completion"
|
48 |
-
titleModel: "mistral-
|
49 |
summarize: false
|
50 |
-
summaryModel: "mistral-
|
51 |
forcePrompt: false
|
52 |
modelDisplayLabel: "Mistral"
|
53 |
dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
|
|
|
38 |
baseURL: "https://api.mistral.ai/v1"
|
39 |
models:
|
40 |
default: [
|
41 |
+
"mistral-small-latest",
|
42 |
+
"mistral-medium-latest",
|
43 |
"mistral-large-latest"
|
44 |
]
|
45 |
+
fetch: true
|
46 |
titleConvo: true
|
47 |
titleMethod: "completion"
|
48 |
+
titleModel: "open-mistral-7b"
|
49 |
summarize: false
|
50 |
+
summaryModel: "open-mistral-7b"
|
51 |
forcePrompt: false
|
52 |
modelDisplayLabel: "Mistral"
|
53 |
dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
|