ibrahim313 commited on
Commit
894d502
·
verified ·
1 Parent(s): 7688f19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ os.environ["GROQ_API_KEY"] = "gsk_BYXg06vIXpWdFjwDMLnFWGdyb3FYjlovjvzUzo5jtu5A1I
9
  client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
10
 
11
  # Define the LLaMA model to be used
12
- MODEL_NAME = "llama3-8b-8192"
13
 
14
  # Function to call Groq API
15
  def call_groq_api(prompt):
 
9
  client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
10
 
11
  # Define the LLaMA model to be used
12
+ MODEL_NAME = "llama3-groq-70b-8192-tool-use-preview"
13
 
14
  # Function to call Groq API
15
  def call_groq_api(prompt):