Spaces:
Running
Running
Neodpy
commited on
Update app.py
Browse files
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-
|
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:
|