Superchik commited on
Commit
a875731
1 Parent(s): 088c337

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +46 -1
librechat.yaml CHANGED
@@ -1,5 +1,5 @@
1
  # Configuration version (required)
2
- version: 1.0.0
3
 
4
  # Cache settings: Set to true to enable caching
5
  cache: true
@@ -88,5 +88,50 @@ endpoints:
88
  forcePrompt: false
89
  modelDisplayLabel: "AI"
90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  # See the Custom Configuration Guide for more information:
92
  # https://docs.librechat.ai/install/configuration/custom_config.html
 
1
  # Configuration version (required)
2
+ version: 1.1.5
3
 
4
  # Cache settings: Set to true to enable caching
5
  cache: true
 
88
  forcePrompt: false
89
  modelDisplayLabel: "AI"
90
 
91
+ # Zapzatron_API
92
+ - name: "Zapzatron_API"
93
+ apiKey: "user_provided"
94
+ baseURL: "https://handy-uniformly-chipmunk.ngrok-free.app/v1"
95
+ models:
96
+ default: [
97
+ "gpt-4o",
98
+ "gpt-4o-2024-08-06",
99
+ "gpt-4o-2024-05-13",
100
+ "gpt-4o-mini",
101
+ "gpt-4o-mini-2024-07-18"
102
+ "gpt-4",
103
+ "gpt-4-vision-preview",
104
+ "gpt-4-turbo-preview",
105
+ "gpt-4-0125-preview",
106
+ "gpt-4-1106-preview",
107
+ "gpt-4-0613",
108
+ "gpt-3.5-turbo",
109
+ "gpt-3.5-turbo-0125",
110
+ "gpt-3.5-turbo-1106",
111
+ "gpt-3.5-turbo-0613",
112
+ "claude-3-opus",
113
+ "claude-3-opus-20240229",
114
+ "claude-3-sonnet",
115
+ "claude-3-sonnet-20240229",
116
+ "claude-3-haiku",
117
+ "claude-3-haiku-20240307",
118
+ "claude-2.1",
119
+ "claude-instant",
120
+ "gemini-pro",
121
+ "gemini-pro-vision",
122
+ "llama3-70b-8192",
123
+ "llama-2-70b-chat",
124
+ "llama-2-13b-chat",
125
+ "llama-2-7b-chat",
126
+ ]
127
+ fetch: false
128
+ titleConvo: true
129
+ titleModel: "gpt-4o-mini"
130
+ summarize: false
131
+ summaryModel: "gpt-4o-mini"
132
+ forcePrompt: false
133
+ modelDisplayLabel: "NagaAI"
134
+ # iconURL: "https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/icons/NagaAI.png"
135
+
136
  # See the Custom Configuration Guide for more information:
137
  # https://docs.librechat.ai/install/configuration/custom_config.html