Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ No details or explainations are required, just the results in the required **JSO
|
|
| 62 |
"""
|
| 63 |
|
| 64 |
|
| 65 |
-
def ask_ollama(user_message, model='llama-3-
|
| 66 |
client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
|
| 67 |
|
| 68 |
response = client.chat.completions.create(
|
|
|
|
| 62 |
"""
|
| 63 |
|
| 64 |
|
| 65 |
+
def ask_ollama(user_message, model='llama-3.3-70b-versatile', system_prompt=search_prompt):
|
| 66 |
client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
|
| 67 |
|
| 68 |
response = client.chat.completions.create(
|