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

Commit

Permalink
Slight error fixed in utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gjyotin305 committed Dec 12, 2023
1 parent 0da840c commit b712efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from schema import step_1, step_2, step_3
from openai import OpenAI
from interface.config import key
from config import key


GPT_model = "gpt-3.5-turbo-1106"
Expand Down

0 comments on commit b712efa

Please sign in to comment.