mrbesher commited on
Commit
9a367b9
·
verified ·
1 Parent(s): a7a048d

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +2 -4
librechat.yaml CHANGED
@@ -20,11 +20,9 @@ endpoints:
20
  baseURL: "https://api.groq.com/openai/v1/"
21
  models:
22
  default: [
23
- "llama2-70b-4096",
24
- "mixtral-8x7b-32768",
25
  "gemma-7b-it"
26
  ]
27
- fetch: false
28
  titleConvo: true
29
  titleModel: "mixtral-8x7b-32768"
30
  summarize: false
@@ -42,7 +40,7 @@ endpoints:
42
  "mistral-medium-latest",
43
  "mistral-large-latest"
44
  ]
45
- fetch: true
46
  titleConvo: true
47
  titleMethod: "completion"
48
  titleModel: "open-mistral-7b"
 
20
  baseURL: "https://api.groq.com/openai/v1/"
21
  models:
22
  default: [
 
 
23
  "gemma-7b-it"
24
  ]
25
+ fetch: true
26
  titleConvo: true
27
  titleModel: "mixtral-8x7b-32768"
28
  summarize: false
 
40
  "mistral-medium-latest",
41
  "mistral-large-latest"
42
  ]
43
+ fetch: false
44
  titleConvo: true
45
  titleMethod: "completion"
46
  titleModel: "open-mistral-7b"