Abbasid commited on
Commit
ab80236
·
verified ·
1 Parent(s): 6294c0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ class StorytellerWorkflow(Workflow):
93
  2. [Second choice on its own line]
94
  """
95
 
96
- llm = Groq(model="llama3-8b-8192", api_key=GROQ_API_KEY)
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