-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating to > 1.0 openai #17
Conversation
d45fc4d
to
8598da5
Compare
@@ -50,8 +50,7 @@ def run(self) -> tuple: | |||
|
|||
individual_scores: dict = {} | |||
agg_score: float = 0.0 | |||
model_args = f"pretrained= {self.model_path}, dtype= {self.model_dtype}" | |||
|
|||
model_args = f"pretrained={self.model_path},dtype={self.model_dtype}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alimaredia @alinaryan @JamesKunstle FYI in case you hit this issue as well.
Signed-off-by: Dan McPherson <[email protected]>
@@ -2,7 +2,7 @@ | |||
FastChat | |||
GitPython>=3.1.42,<4.0.0 | |||
shortuuid | |||
openai<1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are there any implications to this bump? or is it a clean reversioning?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might not be understanding the questions. But there were several changes with the API that needed corresponding changes on our side that are in the commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
everything changes here looks good if it works during manual testing. one question about versioning implications but not something that should block merging.
Updating to a newer openai to not conflict with the cli