mrbesher commited on
Commit
3fad3bd
·
verified ·
1 Parent(s): 954e737

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +2 -3
librechat.yaml CHANGED
@@ -38,7 +38,6 @@ endpoints:
38
  baseURL: "https://api.mistral.ai/v1"
39
  models:
40
  default: [
41
- "mistral-tiny",
42
  "mistral-small",
43
  "mistral-medium",
44
  "mistral-large-latest"
@@ -46,9 +45,9 @@ endpoints:
46
  fetch: false
47
  titleConvo: true
48
  titleMethod: "completion"
49
- titleModel: "mistral-tiny"
50
  summarize: false
51
- summaryModel: "mistral-tiny"
52
  forcePrompt: false
53
  modelDisplayLabel: "Mistral"
54
  dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
 
38
  baseURL: "https://api.mistral.ai/v1"
39
  models:
40
  default: [
 
41
  "mistral-small",
42
  "mistral-medium",
43
  "mistral-large-latest"
 
45
  fetch: false
46
  titleConvo: true
47
  titleMethod: "completion"
48
+ titleModel: "mistral-small"
49
  summarize: false
50
+ summaryModel: "mistral-small"
51
  forcePrompt: false
52
  modelDisplayLabel: "Mistral"
53
  dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]