mrbesher commited on
Commit
e85ed25
1 Parent(s): 9e75ffe

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +2 -16
librechat.yaml CHANGED
@@ -14,13 +14,10 @@ endpoints:
14
  # supportedIds: ["asst_supportedAssistantId1", "asst_supportedAssistantId2"]
15
  # # excludedIds: ["asst_excludedAssistantId"]
16
  custom:
17
- - name: "openai"
18
  apiKey: "user_provided"
19
  baseURL: "https://api.openai.com/v1/"
20
  models:
21
- default: [
22
- "gpt-4o-mini"
23
- ]
24
  fetch: true
25
  titleConvo: true
26
  titleModel: "gpt-3.5-turbo"
@@ -34,11 +31,6 @@ endpoints:
34
  apiKey: "user_provided"
35
  baseURL: "https://api.groq.com/openai/v1/"
36
  models:
37
- default: [
38
- "gemma-7b-it",
39
- "llama3-70b-8192",
40
- "llama-3.1-405b-reasoning"
41
- ]
42
  fetch: true
43
  titleConvo: true
44
  titleModel: "mixtral-8x7b-32768"
@@ -51,12 +43,7 @@ endpoints:
51
  - name: "Mistral"
52
  apiKey: "user_provided"
53
  baseURL: "https://api.mistral.ai/v1"
54
- models:
55
- default: [
56
- "mistral-small-latest",
57
- "mistral-medium-latest",
58
- "mistral-large-latest"
59
- ]
60
  fetch: true
61
  titleConvo: true
62
  titleMethod: "completion"
@@ -94,7 +81,6 @@ endpoints:
94
  apiKey: 'user_provided'
95
  baseURL: 'https://openrouter.ai/api/v1'
96
  models:
97
- default: ['meta-llama/llama-3-8b-instruct']
98
  fetch: true
99
  titleConvo: true
100
  titleModel: 'meta-llama/llama-3-8b-instruct'
 
14
  # supportedIds: ["asst_supportedAssistantId1", "asst_supportedAssistantId2"]
15
  # # excludedIds: ["asst_excludedAssistantId"]
16
  custom:
17
+ - name: "OpenAI"
18
  apiKey: "user_provided"
19
  baseURL: "https://api.openai.com/v1/"
20
  models:
 
 
 
21
  fetch: true
22
  titleConvo: true
23
  titleModel: "gpt-3.5-turbo"
 
31
  apiKey: "user_provided"
32
  baseURL: "https://api.groq.com/openai/v1/"
33
  models:
 
 
 
 
 
34
  fetch: true
35
  titleConvo: true
36
  titleModel: "mixtral-8x7b-32768"
 
43
  - name: "Mistral"
44
  apiKey: "user_provided"
45
  baseURL: "https://api.mistral.ai/v1"
46
+ models:
 
 
 
 
 
47
  fetch: true
48
  titleConvo: true
49
  titleMethod: "completion"
 
81
  apiKey: 'user_provided'
82
  baseURL: 'https://openrouter.ai/api/v1'
83
  models:
 
84
  fetch: true
85
  titleConvo: true
86
  titleModel: 'meta-llama/llama-3-8b-instruct'