cvchat commited on
Commit
b2169de
·
verified ·
1 Parent(s): 0ad8a22

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +184 -0
librechat.yaml CHANGED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version: 1.0.2
2
+
3
+ cache: true
4
+ # fileStrategy: "firebase"
5
+
6
+ registration:
7
+ socialLogins: ["discord", "facebook", "github", "google", "openid"]
8
+ # allowedDomains:
9
+ # - "gmail.com"
10
+
11
+ endpoints:
12
+ custom:
13
+ # Mandrill
14
+ - name: "Mandrill"
15
+ apiKey: "md-oWqZjKjSiJxGLMiTgvYDbKHptUDJTTIYiFWcnsUFYOYsTiWK"
16
+ baseURL: "https://api.mandrillai.tech/v1"
17
+ models:
18
+ default: [
19
+ "gpt-4-vision-preview",
20
+ "gpt-4",
21
+ "gpt-4-1106-preview",
22
+ "gpt-3.5-turbo",
23
+ "gpt-3.5-turbo-1106",
24
+ "gpt-3.5-turbo-0613",
25
+ "gpt-3.5-turbo-0301",
26
+ "gemini-pro",
27
+ "gemini-pro-vision"
28
+ ]
29
+ fetch: false
30
+ titleConvo: true
31
+ titleModel: "gpt-3.5-turbo"
32
+ summarize: false
33
+ summaryModel: "gpt-3.5-turbo"
34
+ forcePrompt: false
35
+ modelDisplayLabel: "Mandrill"
36
+ iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/Mandrill.png"
37
+
38
+ # FreeGPT-4
39
+ - name: "FreeGPT-4"
40
+ apiKey: "fg4-TKLuy7nVsmofRnJlZUdQVDQ6ORIr1SSvsrL"
41
+ baseURL: "https://api.freegpt4.tech/v1/"
42
+ models:
43
+ default: [
44
+ "gpt-3.5-turbo-16k",
45
+ "gpt-4",
46
+ "gpt-4-32k",
47
+ "gpt-4-1106-preview"
48
+ ]
49
+ fetch: false
50
+ titleConvo: true
51
+ titleModel: "gpt-3.5-turbo"
52
+ summarize: false
53
+ summaryModel: "gpt-3.5-turbo"
54
+ forcePrompt: false
55
+ modelDisplayLabel: "FreeGPT-4"
56
+ iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/FreeGPT-4.png"
57
+
58
+ # ConvoAI
59
+ - name: "ConvoAI"
60
+ apiKey: "sk-aHZN8k00SP76mVZUPWsW6DI01jPheFK12nECJQsCDLwrOFGM"
61
+ baseURL: "https://api.convoai.tech/v1/"
62
+ models:
63
+ default: [
64
+ "gpt-3.5-turbo",
65
+ "gpt-3.5-turbo-16k",
66
+ "gpt-4"
67
+ ]
68
+ fetch: false
69
+ titleConvo: true
70
+ titleModel: "gpt-3.5-turbo"
71
+ summarize: false
72
+ summaryModel: "gpt-3.5-turbo"
73
+ forcePrompt: false
74
+ modelDisplayLabel: "ConvoAI"
75
+ iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/ConvoAI.png"
76
+
77
+ # Zukijourney
78
+ - name: "Zukijourney"
79
+ apiKey: "zu-751ee11f78e2f2026858bec6ac64c27d"
80
+ baseURL: "https://zukijourney.xyzbot.net/unf/"
81
+ models:
82
+ default: [
83
+ "gpt-3.5-turbo",
84
+ "gpt-3.5-turbo-1106",
85
+ "gpt-3.5-turbo-0125",
86
+ "gpt-3.5-turbo-instruct",
87
+ "gpt-3.5-turbo-16k",
88
+ "gpt-4",
89
+ "gpt-4-32k",
90
+ "gpt-4-1106-preview",
91
+ "gpt-4-0125-preview",
92
+ "gpt-4-vision-preview",
93
+ "claude",
94
+ "claude-2",
95
+ "claude-2.1",
96
+ "claude-instant-v1",
97
+ "claude-instant-v1-100k",
98
+ "pplx-70b-online",
99
+ "palm-2",
100
+ "bard",
101
+ "gemini-pro",
102
+ "gemini-pro-vision",
103
+ "mixtral-8x7b",
104
+ "mixtral-8x7b-instruct",
105
+ "mistral-tiny",
106
+ "mistral-small",
107
+ "mistral-medium",
108
+ "mistral-7b-instruct",
109
+ "codellama-7b-instruct",
110
+ "llama-2-7b",
111
+ "llama-2-70b-chat",
112
+ "mythomax-l2-13b-8k",
113
+ "sheep-duck-llama",
114
+ "goliath-120b",
115
+ "nous-llama",
116
+ "yi-34b",
117
+ "openchat",
118
+ "solar10-7b",
119
+ "pi"
120
+ ]
121
+ fetch: true
122
+ titleConvo: true
123
+ titleModel: "gpt-3.5-turbo"
124
+ summarize: false
125
+ summaryModel: "gpt-3.5-turbo"
126
+ forcePrompt: false
127
+ dropParams: ["stream"]
128
+ iconURL: "https://raw.githubusercontent.com/fuegovic/lc-config-yaml/main/icons/zuki.png"
129
+
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"
149
+
150
+ # See the Custom Configuration Guide for more information:
151
+ # https://docs.librechat.ai/install/configuration/custom_config.html
152
+ # Notes:
153
+ ## Legit Offering:
154
+ ### Mistral
155
+ #### https://mistral.ai/
156
+ ### OpenRouter
157
+ #### https://openrouter.ai/
158
+ ### TogetherAI
159
+ #### https://www.together.ai/
160
+ #### lots of open source models
161
+ #### $25 credit
162
+ ### FireworksAI
163
+ #### https://fireworks.ai/
164
+ #### $1 credit
165
+ ### Pawan
166
+ #### https://discord.gg/pawan
167
+ #### Custom models (good for roleplay?)
168
+ #### Get API key on discord with the command `/key`
169
+ ## Grey Area:
170
+ ### NagaAI
171
+ #### https://discord.naga.ac
172
+ #### Get API key on discord with the command `/key get`
173
+ ## Mandrill
174
+ #### https://discord.mandrillai.tech
175
+ #### Get API key on discord with the command `/key get`
176
+ ## FreeGPT-4
177
+ #### https://discord.com/invite/gpt4
178
+ #### Get API key on discord with the command `/key`
179
+ ## ConvoAI
180
+ #### https://discord.gg/taH8UnARwd
181
+ #### Get API key on discord with the command `/key`
182
+ ## Zukijourney
183
+ #### https://discord.gg/zukijourney
184
+ #### Get API key on discord with the command `/key`