Fuegovic commited on
Commit
1155cca
·
verified ·
1 Parent(s): 47bf56d

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +15 -0
librechat.yaml CHANGED
@@ -93,6 +93,21 @@ endpoints:
93
  modelDisplayLabel: "Mandrill"
94
  iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1193980279233187912/Mandrill.png"
95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  # Pawan
97
  - name: "Pawan"
98
  apiKey: "user_provided"
 
93
  modelDisplayLabel: "Mandrill"
94
  iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1193980279233187912/Mandrill.png"
95
 
96
+ # FreeGPT-4
97
+ - name: "FreeGPT-4"
98
+ apiKey: "user_provided"
99
+ baseURL: "https://api.freegpt4.tech/v1/"
100
+ models:
101
+ default: ["gpt-3.5-turbo", "gpt-3.5-turbo-1106", "gpt-3.5-turbo-16k", "gpt-4-0613", "gpt-4", "gpt-4-vision-preview", "gpt-4-1106-preview"]
102
+ fetch: true
103
+ titleConvo: true
104
+ titleModel: "gpt-3.5-turbo"
105
+ summarize: false
106
+ summaryModel: "gpt-3.5-turbo"
107
+ forcePrompt: false
108
+ modelDisplayLabel: "FreeGPT-4"
109
+ iconURL: "https://cdn.discordapp.com/attachments/1171849907812978800/1202029442399219752/FreeGPT-4.png"
110
+
111
  # Pawan
112
  - name: "Pawan"
113
  apiKey: "user_provided"