cvchat commited on
Commit
9bbb939
·
verified ·
1 Parent(s): b2169de

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +9 -6
librechat.yaml CHANGED
@@ -130,19 +130,22 @@ endpoints:
130
  # Happy
131
  - name: "Happy"
132
  apiKey: "sk-ydhcva4iK8aA2wrM142047A04d8f4fD08eB444E57a2f2fF0"
133
- baseURL: "https://api.freegpt4.tech/v1/"
134
  models:
135
  default: [
136
- "gpt-3.5-turbo-16k",
137
- "gpt-4",
138
  "gpt-4-32k",
139
- "gpt-4-1106-preview"
 
 
 
140
  ]
141
  fetch: false
142
  titleConvo: true
143
- titleModel: "gpt-3.5-turbo"
144
  summarize: false
145
- summaryModel: "gpt-3.5-turbo"
146
  forcePrompt: false
147
  modelDisplayLabel: "FreeGPT-4"
148
  iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/FreeGPT-4.png"
 
130
  # Happy
131
  - name: "Happy"
132
  apiKey: "sk-ydhcva4iK8aA2wrM142047A04d8f4fD08eB444E57a2f2fF0"
133
+ baseURL: "https://ngedlktfticp.cloud.sealos.io/v1/"
134
  models:
135
  default: [
136
+ "gpt-4-all",
137
+ "gpt-4-vision-preview",
138
  "gpt-4-32k",
139
+ "gpt-4-1106-preview",
140
+ "dalle-3",
141
+ "gpt-4-plus",
142
+ "midjourney"
143
  ]
144
  fetch: false
145
  titleConvo: true
146
+ titleModel: "gpt-4-32k"
147
  summarize: false
148
+ summaryModel: "gpt-4-32k"
149
  forcePrompt: false
150
  modelDisplayLabel: "FreeGPT-4"
151
  iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/FreeGPT-4.png"