Spaces:
Running
Running
Update app_pyvis_new.py
Browse files- app_pyvis_new.py +1 -1
app_pyvis_new.py
CHANGED
|
@@ -341,7 +341,7 @@ def gpt_story(storyline):
|
|
| 341 |
)
|
| 342 |
|
| 343 |
completion = client1.chat.completions.create(
|
| 344 |
-
model='llama-3.3-70b-instruct
|
| 345 |
messages=[
|
| 346 |
{"role": "system", "content": "You are a disaster manager expert in risk dynamics."},
|
| 347 |
{"role": "user", "content": prompt}
|
|
|
|
| 341 |
)
|
| 342 |
|
| 343 |
completion = client1.chat.completions.create(
|
| 344 |
+
model='llama-3.3-70b-instruct',
|
| 345 |
messages=[
|
| 346 |
{"role": "system", "content": "You are a disaster manager expert in risk dynamics."},
|
| 347 |
{"role": "user", "content": prompt}
|