Skip to content

Commit

Permalink
add: support for openfunctions-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
luochen1990 committed Jul 21, 2024
1 parent a117747 commit 679a850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ai_powered/llm_adapter/known_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def equals(s: str) -> Callable[[str], bool]:
platform_name = "localhost",
match_platform_url = contains("localhost"),
known_model_list = [
KnownModel("gorilla-llm/gorilla-openfunctions-v2-gguf/gorilla-openfunctions-v2-q4_K_M.gguf", ALL_FEATURES),
KnownModel("lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF/Meta-Llama-3-8B-Instruct-Q4_K_M.gguf", set()),
]
),
Expand Down

0 comments on commit 679a850

Please sign in to comment.