Spaces:
Runtime error
Runtime error
abdullahzunorain
commited on
Commit
•
944fd41
1
Parent(s):
bd622d8
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ client = Groq(api_key = key)
|
|
7 |
|
8 |
def chat(message, history):
|
9 |
|
10 |
-
|
11 |
chat_completion = client.chat.completions.create(
|
12 |
#
|
13 |
# Required parameters
|
|
|
7 |
|
8 |
def chat(message, history):
|
9 |
|
|
|
10 |
chat_completion = client.chat.completions.create(
|
11 |
#
|
12 |
# Required parameters
|