mt3842ml commited on
Commit
47ac53b
·
verified ·
1 Parent(s): 1606bed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ groq_client = Groq(api_key=os.getenv("GROQ_API_KEY"))
180
 
181
  def generate(query: str, history):
182
 
183
- if !history:
184
  return "History doesn't exist"
185
 
186
  # Establish history
 
180
 
181
  def generate(query: str, history):
182
 
183
+ if not history:
184
  return "History doesn't exist"
185
 
186
  # Establish history