Skip to content

Commit

Permalink
Merge pull request #105 from bioimage-io/upgrade-gpt-4-turbo
Browse files Browse the repository at this point in the history
Upgrade model to gpt-4-turbo-2024-04-09
  • Loading branch information
oeway authored Apr 12, 2024
2 parents c5b8038 + 8d4af75 commit c7e8f39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bioimageio_chatbot/chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class ThoughtsSchema(BaseModel):
"and if necessary, request additional clarification."
"Your goal is to deliver an accurate, complete, and transparent response efficiently.",
actions=[respond_to_user],
model="gpt-4-0125-preview",
model="gpt-4-turbo-2024-04-09",
)
event_bus = melman.get_event_bus()
event_bus.register_default_events()
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ requires = ["setuptools", "wheel"]

[project]
name = "bioimageio-chatbot"
version = "0.1.94"
version = "0.1.95"
readme = "README.md"
description = "Your Personal Assistant in BioImage Analysis."
dependencies = [
"schema-agents>=0.1.46",
"schema-agents>=0.1.49",
"imjoy-rpc>=0.5.48.post2",
"requests",
"pypdf",
Expand Down

0 comments on commit c7e8f39

Please sign in to comment.