Skip to content

Commit

Permalink
remove the explicit OpenAI deprecated version 0.28.1 as the new OpenA…
Browse files Browse the repository at this point in the history
…I 1.* is supported
  • Loading branch information
cmpxchg16 committed Mar 31, 2024
1 parent 48e7fc4 commit 3a52052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vibraniumdome-shields/examples/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \

COPY streamlit_app.py .

RUN pip3 install streamlit streamlit_extras openai==0.28.1 vibraniumdome-sdk
RUN pip3 install streamlit streamlit_extras openai vibraniumdome-sdk

EXPOSE 8501

Expand Down
2 changes: 1 addition & 1 deletion vibraniumdome-shields/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pip3 install virtualenv
python3 -m venv ~/.venv
source ~/.venv/bin/activate
pip3 install vibraniumdome-sdk openai==0.28.1 streamlit termcolor bs4
pip3 install vibraniumdome-sdk openai streamlit termcolor bs4
streamlit run streamlit_app.py
```

Expand Down

0 comments on commit 3a52052

Please sign in to comment.