mgokg commited on
Commit
d8fe498
·
verified ·
1 Parent(s): 3b96a88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ embedding_function = embedding_functions.DefaultEmbeddingFunction()
28
  #client = groq.Client(api_key=api_key)
29
 
30
  def update(message):
31
- client = groq.Client(api_key=api_key)
32
 
33
  try:
34
  # Use Llama 3 70B powered by Groq for text generation
 
28
  #client = groq.Client(api_key=api_key)
29
 
30
  def update(message):
31
+ client = groq.Client(api_key=api_key)
32
 
33
  try:
34
  # Use Llama 3 70B powered by Groq for text generation