Spaces:
Running
Running
Update webscout.py
Browse files- webscout.py +1 -0
webscout.py
CHANGED
@@ -241,6 +241,7 @@ class WEBS:
|
|
241 |
"gpt-3.5": "gpt-3.5-turbo-0125",
|
242 |
"llama-3-70b": "meta-llama/Llama-3-70b-chat-hf",
|
243 |
"mixtral-8x7b": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
|
|
244 |
}
|
245 |
# vqd
|
246 |
if not self._chat_vqd:
|
|
|
241 |
"gpt-3.5": "gpt-3.5-turbo-0125",
|
242 |
"llama-3-70b": "meta-llama/Llama-3-70b-chat-hf",
|
243 |
"mixtral-8x7b": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
244 |
+
"gpt-4o-mini": "gpt-4o-mini",
|
245 |
}
|
246 |
# vqd
|
247 |
if not self._chat_vqd:
|