Skip to content

Commit

Permalink
support "gemini-2.0-flash-exp" in Bible Chat
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranwong committed Dec 24, 2024
1 parent 64330e2 commit 0c3fa8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/
setup(
name=package,
version="0.2.13",
version="0.2.14",
python_requires=">=3.8, <3.13",
description=f"UniqueBible App is a cross-platform & offline bible application, integrated with high-quality resources and unique features. Developers: Eliran Wong and Oliver Tseng",
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion uniquebible/plugins/menu/Bible Chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __init__(self, parent=None):
initialIndex = index
index += 1
elif config.llm_backend == "google":
for key in ("gemini-1.5-flash", "gemini-1.5-flash-8b", "gemini-1.5-pro"):
for key in ("gemini-2.0-flash-exp", "gemini-1.5-flash", "gemini-1.5-flash-8b", "gemini-1.5-pro"):
self.apiModelBox.addItem(key)
if key == config.googleaiApi_chat_model:
initialIndex = index
Expand Down

0 comments on commit 0c3fa8e

Please sign in to comment.