abdullahzunorain commited on
Commit
944fd41
1 Parent(s): bd622d8

Update app.py

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