Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -108,7 +108,7 @@ def gptRes():
|
|
108 |
url = "https://api.deepinfra.com/v1/openai/chat/completions"
|
109 |
|
110 |
payload = json.dumps({
|
111 |
-
"model": "meta-llama/
|
112 |
"messages": messages,
|
113 |
"stream": True,
|
114 |
"max_tokens": 1024,
|
|
|
108 |
url = "https://api.deepinfra.com/v1/openai/chat/completions"
|
109 |
|
110 |
payload = json.dumps({
|
111 |
+
"model": "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
|
112 |
"messages": messages,
|
113 |
"stream": True,
|
114 |
"max_tokens": 1024,
|