chiahwa commited on
Commit
693a4d3
·
verified ·
1 Parent(s): 3810484

Create librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +16 -0
librechat.yaml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version: 1.2.8
2
+ cache: true
3
+ endpoints:
4
+ custom:
5
+ - name: "CloseAI"
6
+ apiKey: "user_provided"
7
+ baseURL: "https://api.openai-proxy.org/v1"
8
+ models:
9
+ default: ["gpt-4o-mini"]
10
+ fetch: true
11
+ titleConvo: true
12
+ titleModel: "current_model"
13
+ summarize: false
14
+ summaryModel: "current_model"
15
+ forcePrompt: false
16
+ modelDisplayLabel: "CloseAI"