Neodpy commited on
Commit
66bd90f
·
verified ·
1 Parent(s): b6d5172

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def generate_docs(repo_input: str) -> str:
104
  # Call the Groq API with the generated prompt.
105
  chat_completion = client.chat.completions.create(
106
  messages=[{"role": "user", "content": prompt}],
107
- model="llama-3.3-70b-versatile",
108
  stream=False,
109
  )
110
  except Exception as e:
 
104
  # Call the Groq API with the generated prompt.
105
  chat_completion = client.chat.completions.create(
106
  messages=[{"role": "user", "content": prompt}],
107
+ model="deepseek-r1-distill-llama-70b",
108
  stream=False,
109
  )
110
  except Exception as e: