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

Commit

Permalink
Add Bard GPT - v1.5.0
Browse files Browse the repository at this point in the history
 - Chat with Google's Bard LLM
 - Update version to v1.5.0
  • Loading branch information
Simatwa committed Apr 18, 2023
1 parent 871bbc5 commit c1d0599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
"numpy>=1.23.4",
"colorama>=0.4.6",
"openai>=0.26.4",
# "revChatGPT==4.0.6",
"revChatGPT==4.0.6",
"appdirs>=1.4.4",
"requests>=2.28.2",
"tabulate>=0.9.0",
"GoogleBard==0.0.7"
],
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c1d0599

Please sign in to comment.