Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
fix: api key implementation error
Browse files Browse the repository at this point in the history
  • Loading branch information
loyal812 committed Mar 28, 2024
1 parent b1ba2b9 commit 513654e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/chatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def chatting(args):
gc.collect()

# Return the result
return {"status": "success", "response": response.response}
return {"status": "success", "api_key": args["api_key"], "response": response.response}
else:
print("invalide api key")

Expand Down

0 comments on commit 513654e

Please sign in to comment.