Mikhail W commited on
Commit
54e468d
1 Parent(s): 3890508

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +18 -0
librechat.yaml CHANGED
@@ -7,6 +7,24 @@ endpoints:
7
  assistants:
8
  disableBuilder: true
9
  custom:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  # OpenRouter.ai
11
  - name: "OpenRouter"
12
  apiKey: "${OPENROUTER_API_KEY}"
 
7
  assistants:
8
  disableBuilder: true
9
  custom:
10
+ #groq
11
+ - name: "groq"
12
+ apiKey: "${GROQ_API_KEY}"
13
+ baseURL: "https://api.groq.com/openai/v1/"
14
+ models:
15
+ default: [
16
+ "llama2-70b-4096",
17
+ "mixtral-8x7b-32768",
18
+ "gemma-7b-it"
19
+ ]
20
+ fetch: false
21
+ titleConvo: true
22
+ titleModel: "mixtral-8x7b-32768"
23
+ summarize: false
24
+ summaryModel: "mixtral-8x7b-32768"
25
+ forcePrompt: false
26
+ modelDisplayLabel: "groq"
27
+
28
  # OpenRouter.ai
29
  - name: "OpenRouter"
30
  apiKey: "${OPENROUTER_API_KEY}"