arslanalytics commited on
Commit
d99b239
·
verified ·
1 Parent(s): 6416b9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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=[