Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ class StorytellerWorkflow(Workflow):
|
|
| 93 |
2. [Second choice on its own line]
|
| 94 |
"""
|
| 95 |
|
| 96 |
-
llm = Groq(model="
|
| 97 |
response = await llm.acomplete(prompt)
|
| 98 |
response_text = str(response)
|
| 99 |
|
|
|
|
| 93 |
2. [Second choice on its own line]
|
| 94 |
"""
|
| 95 |
|
| 96 |
+
llm = Groq(model="llama-3.1-8b-instant", api_key=GROQ_API_KEY)
|
| 97 |
response = await llm.acomplete(prompt)
|
| 98 |
response_text = str(response)
|
| 99 |
|