Skip to content

Commit

Permalink
Change var name for transparency.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjustin committed Oct 23, 2024
1 parent c18f6d6 commit a6c1137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def chat():
data = request.json
response = client.chat.completions.create(
model="gpt-3.5-turbo",
messages=data['message']
messages=data['messages']
)
return jsonify(response)

Expand Down

0 comments on commit a6c1137

Please sign in to comment.