Skip to content

Commit

Permalink
fix var using
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Barbosa committed Dec 29, 2023
1 parent cc98a17 commit 12be5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bothub_nlp_api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,5 +312,5 @@ def request_wenigpt(context, question):
if ch == '\n':
break
ans += ch
answer.append({"text": ans})
answers.append({"text": ans})
return {"answers": answers, "id": "0"}

0 comments on commit 12be5ec

Please sign in to comment.