Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ client = groq.Client(api_key=api_key)
|
|
23 |
def update(message):
|
24 |
try:
|
25 |
completion = client.chat.completions.create(
|
26 |
-
model="
|
27 |
messages=[
|
28 |
{"role": "system", "content": "You are a helpful assistant."},
|
29 |
{"role": "user", "content": f"{message}. antworte immer auf deutsch"}
|
|
|
23 |
def update(message):
|
24 |
try:
|
25 |
completion = client.chat.completions.create(
|
26 |
+
model="Mixtral-8x7b-32768",
|
27 |
messages=[
|
28 |
{"role": "system", "content": "You are a helpful assistant."},
|
29 |
{"role": "user", "content": f"{message}. antworte immer auf deutsch"}
|