tang-x commited on
Commit
61df40b
1 Parent(s): 71adca4

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +3 -3
librechat.yaml CHANGED
@@ -14,7 +14,7 @@ endpoints:
14
  summarize: false
15
  summaryModel: "gpt-4o-mini"
16
  modelDisplayLabel: "ChatGPT"
17
- dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
18
 
19
  - name: "assistants"
20
  apiKey: "${ANTHROPIC_API_KEY}"
@@ -26,7 +26,7 @@ endpoints:
26
  fetch: true
27
  titleConvo: true
28
  modelDisplayLabel: "Claude"
29
- dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
30
 
31
 
32
  - name: "google"
@@ -38,7 +38,7 @@ endpoints:
38
  fetch: true
39
  titleConvo: true
40
  modelDisplayLabel: "Gemini"
41
- dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
42
 
43
  - name: 'HuggingFace'
44
  apiKey: '${HUGGINGFACE_TOKEN}'
 
14
  summarize: false
15
  summaryModel: "gpt-4o-mini"
16
  modelDisplayLabel: "ChatGPT"
17
+ dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
18
 
19
  - name: "assistants"
20
  apiKey: "${ANTHROPIC_API_KEY}"
 
26
  fetch: true
27
  titleConvo: true
28
  modelDisplayLabel: "Claude"
29
+ dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
30
 
31
 
32
  - name: "google"
 
38
  fetch: true
39
  titleConvo: true
40
  modelDisplayLabel: "Gemini"
41
+ dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
42
 
43
  - name: 'HuggingFace'
44
  apiKey: '${HUGGINGFACE_TOKEN}'