Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def generate_response(question, prompt):
|
|
| 14 |
|
| 15 |
# Get the completion from the model
|
| 16 |
completion = client.chat.completions.create(
|
| 17 |
-
model="meta-llama/Llama-3
|
| 18 |
messages=messages,
|
| 19 |
max_tokens=1024
|
| 20 |
)
|
|
|
|
| 14 |
|
| 15 |
# Get the completion from the model
|
| 16 |
completion = client.chat.completions.create(
|
| 17 |
+
model="meta-llama/Meta-Llama-3-8B-Instruct",
|
| 18 |
messages=messages,
|
| 19 |
max_tokens=1024
|
| 20 |
)
|