xandertang commited on
Commit
923cf0d
1 Parent(s): 925d5a1

Delete librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +0 -41
librechat.yaml DELETED
@@ -1,41 +0,0 @@
1
- cache: true
2
-
3
-
4
- endpoints:
5
- custom:
6
- - name: "openAI"
7
- apiKey: "${OPENAI_API_KEY}"
8
- baseURL: "${OPENAI_REVERSE_PROXY}"
9
- models:
10
- default: ["gpt-4o", "gpt-4o-mini"]
11
- fetch: true
12
- titleConvo: true
13
- titleModel: "gpt-4o-mini"
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}"
21
- baseURL: "${ANTHROPIC_REVERSE_PROXY}"
22
- models:
23
- default: ["claude-3-opus",
24
- "claude-3-sonnet",
25
- "claude-3-haiku"]
26
- fetch: true
27
- titleConvo: true
28
- modelDisplayLabel: "Claude"
29
- dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]
30
-
31
-
32
- - name: "google"
33
- apiKey: "${GOOGLE_KEY}"
34
- baseURL: "${GOOGLE_REVERSE_PROXY}"
35
- models:
36
- default: [ "gemini-pro-1.5",
37
- "gemini-pro","gemini-1.5-flash-latest"]
38
- fetch: true
39
- titleConvo: true
40
- modelDisplayLabel: "Gemini"
41
- dropParams: ["stop", "user", "frequency_penalty", "presence_penalty"]