Spaces:
Building
Building
ehristoforu
commited on
Commit
•
94d6ace
1
Parent(s):
2a748ce
Update .env.local.template
Browse files- .env.local.template +20 -0
.env.local.template
CHANGED
@@ -119,6 +119,26 @@ MODELS=`[
|
|
119 |
"baseURL": "https://free.gpt.ge/v1"
|
120 |
}]
|
121 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
{
|
123 |
"name": "gpt-4-turbo",
|
124 |
"displayName": "Gemini Pro",
|
|
|
119 |
"baseURL": "https://free.gpt.ge/v1"
|
120 |
}]
|
121 |
},
|
122 |
+
{
|
123 |
+
"name": "gpt-4",
|
124 |
+
"displayName": "GPT-4",
|
125 |
+
"modelUrl": "https://platform.openai.com/docs/models/gpt-4",
|
126 |
+
"websiteUrl": "https://openai.com/chatgpt",
|
127 |
+
"parameters": {
|
128 |
+
"temperature": 0.3,
|
129 |
+
"top_p": 0.8,
|
130 |
+
"repetition_penalty": 0.0,
|
131 |
+
"max_tokens": 1024,
|
132 |
+
"top_k": 50,
|
133 |
+
"truncate": 1000,
|
134 |
+
"max_new_tokens": 2048
|
135 |
+
},
|
136 |
+
"endpoints": [{
|
137 |
+
"type" : "openai",
|
138 |
+
"apiKey": "${FREEGPT_API_KEY}",
|
139 |
+
"baseURL": "https://free.gpt.ge/v1"
|
140 |
+
}]
|
141 |
+
},
|
142 |
{
|
143 |
"name": "gpt-4-turbo",
|
144 |
"displayName": "Gemini Pro",
|