Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ Context:
|
|
| 103 |
{"role": "system", "content": system_prompt},
|
| 104 |
{"role": "user", "content": question}
|
| 105 |
],
|
| 106 |
-
model="
|
| 107 |
max_tokens=512,
|
| 108 |
temperature=0.3,
|
| 109 |
)
|
|
|
|
| 103 |
{"role": "system", "content": system_prompt},
|
| 104 |
{"role": "user", "content": question}
|
| 105 |
],
|
| 106 |
+
model="meta-llama/Meta-Llama-3-8B-Instruct",
|
| 107 |
max_tokens=512,
|
| 108 |
temperature=0.3,
|
| 109 |
)
|