Skip to content

Commit

Permalink
fix: error when using hugchat provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Realiserad committed Aug 13, 2024
1 parent 7f7645a commit d19ba2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fish_ai"
version = "0.9.3"
version = "0.9.4"
authors = [{ name = "Bastian Fredriksson", email = "realiserad@gmail.com" }]
description = "Provides core functionality for fish-ai, an AI plugin for the fish shell."
readme = "README.md"
Expand All @@ -19,7 +19,7 @@ dependencies = [
"google-generativeai==0.7.2",
"simple-term-menu==1.6.4",
"iterfzf==1.4.0.51.0",
"hugchat==0.4.10",
"hugchat==0.4.11",
"mistralai==0.4.2",
"binaryornot==0.4.4",
]
Expand Down

0 comments on commit d19ba2d

Please sign in to comment.