Skip to content

Commit

Permalink
bug fixes for paraphrase task
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvirendrar committed Sep 3, 2024
1 parent 734f153 commit 22ad58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/utils/llm_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def get_model_output(
):
# Assume that translation happens outside (and the prompt is already translated)
out = ""
user_prompt=os.getenv("LLM_INTERACTIONS_USER_PROMPT_PREFIX")+user_prompt
if model == "GPT3.5":
out = get_gpt3_output(system_prompt, user_prompt, history)
elif model == "GPT4":
Expand Down

0 comments on commit 22ad58e

Please sign in to comment.