Skip to content

Commit

Permalink
Remove syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 9, 2024
1 parent 2a1409d commit d1bb04b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def chat():
# run rag
print(df.head(1))
else:
print("No df")
data = request.get_json()
user_message = data.get('message')
chat_history = data.get('history', [])
Expand Down

0 comments on commit d1bb04b

Please sign in to comment.