Skip to content

Commit

Permalink
Merge pull request #102 from resum-ai/fix/deploy
Browse files Browse the repository at this point in the history
fix: redirect uri 수정
  • Loading branch information
yjoonjang authored May 31, 2024
2 parents 878da0b + a80a7e8 commit bf41fef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/openai_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def get_chat_openai(prompt, model="gpt-4o"):
temperature=0,
)
output = response.choices[0].message.content
print(output)
return output


Expand Down

0 comments on commit bf41fef

Please sign in to comment.