Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def main():
|
|
47 |
|
48 |
response = client.chat.completions.create(
|
49 |
messages=context,
|
50 |
-
model="
|
51 |
temperature=0,
|
52 |
top_p=1,
|
53 |
stop=None,
|
|
|
47 |
|
48 |
response = client.chat.completions.create(
|
49 |
messages=context,
|
50 |
+
model="llama-3.1-405b-reasoning",
|
51 |
temperature=0,
|
52 |
top_p=1,
|
53 |
stop=None,
|