Spaces:
Building
Building
ehristoforu
commited on
Commit
•
d912c3d
1
Parent(s):
be25031
Update .env.local.template
Browse files- .env.local.template +14 -53
.env.local.template
CHANGED
@@ -19,29 +19,9 @@ USE_LOCAL_WEBSEARCH=false
|
|
19 |
|
20 |
|
21 |
MODELS=`[
|
22 |
-
{
|
23 |
-
"name": "gpt-3.5-turbo",
|
24 |
-
"displayName": "GPT-3.5-Turbo",
|
25 |
-
"modelUrl": "https://platform.openai.com/docs/models/gpt-3-5-turbo",
|
26 |
-
"websiteUrl": "https://openai.com/chatgpt",
|
27 |
-
"parameters": {
|
28 |
-
"temperature": 0.3,
|
29 |
-
"top_p": 0.8,
|
30 |
-
"repetition_penalty": 0.0,
|
31 |
-
"max_tokens": 1024,
|
32 |
-
"top_k": 50,
|
33 |
-
"truncate": 1000,
|
34 |
-
"max_new_tokens": 2048
|
35 |
-
},
|
36 |
-
"endpoints": [{
|
37 |
-
"type" : "openai",
|
38 |
-
"apiKey": "${OPENAI_API_KEY}",
|
39 |
-
"baseURL": "${ENDPOINT}"
|
40 |
-
}]
|
41 |
-
},
|
42 |
{
|
43 |
"name": "gpt-3.5-turbo-0613",
|
44 |
-
"displayName": "GPT-3.5-Turbo
|
45 |
"modelUrl": "https://platform.openai.com/docs/models/gpt-3-5-turbo",
|
46 |
"websiteUrl": "https://openai.com/chatgpt",
|
47 |
"parameters": {
|
@@ -60,28 +40,9 @@ MODELS=`[
|
|
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
|
84 |
-
"displayName": "GPT-3.5-Turbo-
|
85 |
"modelUrl": "https://platform.openai.com/docs/models/gpt-3-5-turbo",
|
86 |
"websiteUrl": "https://openai.com/chatgpt",
|
87 |
"parameters": {
|
@@ -100,9 +61,9 @@ MODELS=`[
|
|
100 |
}]
|
101 |
},
|
102 |
{
|
103 |
-
"name": "
|
104 |
-
"displayName": "GPT-
|
105 |
-
"modelUrl": "https://platform.openai.com/docs/models/gpt-
|
106 |
"websiteUrl": "https://openai.com/chatgpt",
|
107 |
"parameters": {
|
108 |
"temperature": 0.3,
|
@@ -115,14 +76,14 @@ MODELS=`[
|
|
115 |
},
|
116 |
"endpoints": [{
|
117 |
"type" : "openai",
|
118 |
-
"apiKey": "${
|
119 |
-
"baseURL": "
|
120 |
}]
|
121 |
},
|
122 |
{
|
123 |
-
"name": "gpt-
|
124 |
"displayName": "GPT-4",
|
125 |
-
"modelUrl": "https://platform.openai.com/docs/models/gpt-
|
126 |
"websiteUrl": "https://openai.com/chatgpt",
|
127 |
"parameters": {
|
128 |
"temperature": 0.3,
|
@@ -135,12 +96,12 @@ MODELS=`[
|
|
135 |
},
|
136 |
"endpoints": [{
|
137 |
"type" : "openai",
|
138 |
-
"apiKey": "${
|
139 |
-
"baseURL": "
|
140 |
}]
|
141 |
-
},
|
142 |
{
|
143 |
-
"name": "gpt-
|
144 |
"displayName": "Gemini Pro",
|
145 |
"modelUrl": "https://gemini.google.com",
|
146 |
"websiteUrl": "https://blog.google/technology/ai/google-gemini-ai",
|
|
|
19 |
|
20 |
|
21 |
MODELS=`[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
{
|
23 |
"name": "gpt-3.5-turbo-0613",
|
24 |
+
"displayName": "GPT-3.5-Turbo",
|
25 |
"modelUrl": "https://platform.openai.com/docs/models/gpt-3-5-turbo",
|
26 |
"websiteUrl": "https://openai.com/chatgpt",
|
27 |
"parameters": {
|
|
|
40 |
}]
|
41 |
},
|
42 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
{
|
44 |
+
"name": "net-gpt-3.5-turbo",
|
45 |
+
"displayName": "GPT-3.5-Turbo-Browsering",
|
46 |
"modelUrl": "https://platform.openai.com/docs/models/gpt-3-5-turbo",
|
47 |
"websiteUrl": "https://openai.com/chatgpt",
|
48 |
"parameters": {
|
|
|
61 |
}]
|
62 |
},
|
63 |
{
|
64 |
+
"name": "gpt-4",
|
65 |
+
"displayName": "GPT-4",
|
66 |
+
"modelUrl": "https://platform.openai.com/docs/models/gpt-4",
|
67 |
"websiteUrl": "https://openai.com/chatgpt",
|
68 |
"parameters": {
|
69 |
"temperature": 0.3,
|
|
|
76 |
},
|
77 |
"endpoints": [{
|
78 |
"type" : "openai",
|
79 |
+
"apiKey": "${OPENAI_API_KEY}",
|
80 |
+
"baseURL": "${ENDPOINT}"
|
81 |
}]
|
82 |
},
|
83 |
{
|
84 |
+
"name": "gpt-4o",
|
85 |
"displayName": "GPT-4",
|
86 |
+
"modelUrl": "https://platform.openai.com/docs/models/gpt-4o",
|
87 |
"websiteUrl": "https://openai.com/chatgpt",
|
88 |
"parameters": {
|
89 |
"temperature": 0.3,
|
|
|
96 |
},
|
97 |
"endpoints": [{
|
98 |
"type" : "openai",
|
99 |
+
"apiKey": "${OPENAI_API_KEY}",
|
100 |
+
"baseURL": "${ENDPOINT}"
|
101 |
}]
|
102 |
+
},
|
103 |
{
|
104 |
+
"name": "gpt-3.5-turbo",
|
105 |
"displayName": "Gemini Pro",
|
106 |
"modelUrl": "https://gemini.google.com",
|
107 |
"websiteUrl": "https://blog.google/technology/ai/google-gemini-ai",
|