Skip to content

Commit

Permalink
docs: specify model
Browse files Browse the repository at this point in the history
  • Loading branch information
Realiserad committed Jun 17, 2024
1 parent 6b7d8ec commit f9937ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ simple-term-menu
pytest
pyfakefs
iterfzf
hugchat
hugchat
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ configuration = huggingface
provider = huggingface
email = <your email>
password = <your password>
model = meta-llama/Meta-Llama-3-70B-Instruct
```

Available models are listed [here](https://huggingface.co/chat/models).
Note that 2FA must be disabled on the account.

### Install `fish-ai`
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0"
version = "0.7.0"
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 Down

0 comments on commit f9937ea

Please sign in to comment.