Spaces:
Building
Building
ehristoforu
commited on
Commit
•
77d79e5
1
Parent(s):
56cafaa
Update .env.local.template
Browse files- .env.local.template +20 -0
.env.local.template
CHANGED
@@ -59,6 +59,26 @@ MODELS=`[
|
|
59 |
"baseURL": "${ENDPOINT}"
|
60 |
}]
|
61 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
{
|
63 |
"name": "gpt-3.5-turbo-1106",
|
64 |
"displayName": "GPT-3.5-Turbo-1106",
|
|
|
59 |
"baseURL": "${ENDPOINT}"
|
60 |
}]
|
61 |
},
|
62 |
+
{
|
63 |
+
"name": "gpt-3.5-turbo-0125",
|
64 |
+
"displayName": "GPT-3.5-Turbo-0125",
|
65 |
+
"modelUrl": "https://platform.openai.com/docs/models/gpt-3-5-turbo",
|
66 |
+
"websiteUrl": "https://openai.com/chatgpt",
|
67 |
+
"parameters": {
|
68 |
+
"temperature": 0.3,
|
69 |
+
"top_p": 0.8,
|
70 |
+
"repetition_penalty": 0.0,
|
71 |
+
"max_tokens": 1024,
|
72 |
+
"top_k": 50,
|
73 |
+
"truncate": 1000,
|
74 |
+
"max_new_tokens": 2048
|
75 |
+
},
|
76 |
+
"endpoints": [{
|
77 |
+
"type" : "openai",
|
78 |
+
"apiKey": "${FREEGPT_API_KEY}",
|
79 |
+
"baseURL": "https://free.gpt.ge/v1"
|
80 |
+
}]
|
81 |
+
},
|
82 |
{
|
83 |
"name": "gpt-3.5-turbo-1106",
|
84 |
"displayName": "GPT-3.5-Turbo-1106",
|