cvchat commited on
Commit
fbc4652
·
verified ·
1 Parent(s): 3f53618

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +11 -7
librechat.yaml CHANGED
@@ -103,19 +103,23 @@ endpoints:
103
  modelDisplayLabel: "FreeGPT-4"
104
  iconURL: "https://vip.helloimg.com/images/2023/06/13/oshWzt.png"
105
 
106
- # Vision
107
- - name: "ZU"
108
- apiKey: "zu-751ee11f78e2f2026858bec6ac64c27d"
109
- baseURL: "https://zukijourney.xyzbot.net/v1/"
110
  models:
111
  default: [
112
- "gpt-4-vision-preview"
 
 
 
 
113
  ]
114
  fetch: true
115
  titleConvo: true
116
- titleModel: "gpt-4-vision-preview"
117
  summarize: false
118
- summaryModel: "gpt-4-vision-preview"
119
  forcePrompt: false
120
  dropParams: ["stream"]
121
  iconURL: "https://vip.helloimg.com/images/2023/06/13/oshx2m.png"
 
103
  modelDisplayLabel: "FreeGPT-4"
104
  iconURL: "https://vip.helloimg.com/images/2023/06/13/oshWzt.png"
105
 
106
+ # HentAI
107
+ - name: "HentAI"
108
+ apiKey: "sk-4CfpUjpnX6S5ahCi6tsUpPzjZbXu2KQWdkk9wPduZ7HabMR"
109
+ baseURL: "https://api.hentaigpt.xyz/v1/"
110
  models:
111
  default: [
112
+ "claude-3-opus",
113
+ "gpt-4-0125-preview",
114
+ "gpt-4-vision-preview",
115
+ "gpt-4",
116
+ "gemini-1.5-pro"
117
  ]
118
  fetch: true
119
  titleConvo: true
120
+ titleModel: "gpt-4"
121
  summarize: false
122
+ summaryModel: "gpt-4"
123
  forcePrompt: false
124
  dropParams: ["stream"]
125
  iconURL: "https://vip.helloimg.com/images/2023/06/13/oshx2m.png"