Manasa1 commited on
Commit
d5f817c
·
verified ·
1 Parent(s): f75190c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ api_key = os.getenv("Groq_API_KEY")
13
  # Initialize Groq-powered LLaMA model using the API
14
  llama_model = ChatGroq(
15
  api_key=api_key,
16
- model='llama3-groq-70b-8192-tool-use-preview' # Assuming this is the correct model name
17
  )
18
 
19
  # Define Plot Creator Agent
 
13
  # Initialize Groq-powered LLaMA model using the API
14
  llama_model = ChatGroq(
15
  api_key=api_key,
16
+ model='llama-3.2-3b-preview' # Assuming this is the correct model name
17
  )
18
 
19
  # Define Plot Creator Agent