Open bbyong2410 opened 1 year ago
Any resolution for this issue?
@bbyong2410 @VishalHaibatpure1 This is successfully workaround
python -m pip install langchain==0.0.301
python -m pip install pydantic==1.10.13
python -m pip install gpt-review==v0.9.5
This seems to be related to the following changes: langchain v0.0.302
pip install gpt-review==v0.9.5
And we move on to the next error:
The model `gpt-35-turbo` does not exist
Experiencing the same issue, doesn't work even with installing the old packages (langchain & gpt-review). Any resolution for this?
same happening to me when pointing to @latest
Also experiencing this issue.
@bbyong2410 @VishalHaibatpure1 This is successfully workaround
python -m pip install langchain==0.0.301 python -m pip install pydantic==1.10.13 python -m pip install gpt-review==v0.9.5
Doesn't work for me with similar releases.
Module path
gpt github review
review-gpt CLI version
0.9.5
Describe the bug
The workflow fails with following error:
Could not import
BaseCache
fromlangchain
whenRun source .env/bin/activate
step inRun microsoft/gpt-review@v0.9.5
.To reproduce
Set this workflow
.github/workflows/gpt-review.yml
Code snippet
No response
Relevant log output