Update librechat.yaml
Browse files- 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 |
-
#
|
| 107 |
-
- name: "
|
| 108 |
-
apiKey: "
|
| 109 |
-
baseURL: "https://
|
| 110 |
models:
|
| 111 |
default: [
|
| 112 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
]
|
| 114 |
fetch: true
|
| 115 |
titleConvo: true
|
| 116 |
-
titleModel: "gpt-4
|
| 117 |
summarize: false
|
| 118 |
-
summaryModel: "gpt-4
|
| 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"
|