Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ from groq import Groq
|
|
| 8 |
|
| 9 |
client = Groq(
|
| 10 |
api_key=key,
|
|
|
|
| 11 |
def echo(message, history):
|
| 12 |
chat_completion = client.chat.completions.create(
|
| 13 |
messages=[
|
|
|
|
| 8 |
|
| 9 |
client = Groq(
|
| 10 |
api_key=key,
|
| 11 |
+
)
|
| 12 |
def echo(message, history):
|
| 13 |
chat_completion = client.chat.completions.create(
|
| 14 |
messages=[
|