candenizkocak commited on
Commit
2991f27
·
verified ·
1 Parent(s): 6a7243e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def run_code(code, groq_api_key):
64
 
65
  # Sending the plot image to Llama 3.2 API to get the description
66
  llama_completion = llama_client.chat.completions.create(
67
- model="llama-3.2-90b-text-preview"",
68
  messages=[
69
  {
70
  "role": "system",
 
64
 
65
  # Sending the plot image to Llama 3.2 API to get the description
66
  llama_completion = llama_client.chat.completions.create(
67
+ model="llama-3.2-90b-text-preview",
68
  messages=[
69
  {
70
  "role": "system",