qitongwei commited on
Commit
b86c5c1
1 Parent(s): 58f61a8

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +17 -0
librechat.yaml CHANGED
@@ -26,5 +26,22 @@ endpoints:
26
  forcePrompt: false
27
  modelDisplayLabel: "AI"
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  # See the Custom Configuration Guide for more information:
30
  # https://docs.librechat.ai/install/configuration/custom_config.html
 
26
  forcePrompt: false
27
  modelDisplayLabel: "AI"
28
 
29
+ - name: "Daifuku"
30
+ # For `apiKey` and `baseURL`, you can use environment variables that you define.
31
+ # recommended environment variables:
32
+ # Known issue: you should not use `OPENROUTER_API_KEY` as it will then override the `openAI` endpoint to use OpenRouter as well.
33
+ apiKey: "user_provided"
34
+ baseURL: "user_provided"
35
+ models:
36
+ default: ["gpt-4", "gpt-4o", "gpt-4-1106-preview", "gpt-4-0125-preview", "gpt-4-turbo-2024-04-09", "gpt-3.5-turbo", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-16k", "gpt-4-vision-preview"]
37
+ fetch: true
38
+ titleConvo: true
39
+ titleModel: "gpt-3.5-turbo"
40
+ summarize: false
41
+ summaryModel: "gpt-3.5-turbo"
42
+ forcePrompt: false
43
+ modelDisplayLabel: "Azure"
44
+ iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/perplexityai.png"
45
+
46
  # See the Custom Configuration Guide for more information:
47
  # https://docs.librechat.ai/install/configuration/custom_config.html