Skip to content

Commit

Permalink
feat(llamabot/pixi)✨: Update HTTPX library and add new model names
Browse files Browse the repository at this point in the history
- Upgrade HTTPX from 0.27.2 to 0.28.0 across various environments.
- Add new model names to llamabot: llama3.3, snowflake-arctic-embed2, sailor2.
- Include HTTPX as a dependency in pyproject.toml and llamabot package.
  • Loading branch information
ericmjl committed Dec 6, 2024
1 parent 817b421 commit ee7ef35
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
3 changes: 3 additions & 0 deletions llamabot/bot/ollama_model_names.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
llama3.3
snowflake-arctic-embed2
sailor2
qwq
marco-o1
tulu3
Expand Down
20 changes: 10 additions & 10 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ dependencies = [
"sentence-transformers",
"tenacity",
"python-multipart",
"httpx",
]
requires-python = "<3.13"
description = "A Pythonic interface to LLMs."
Expand Down

0 comments on commit ee7ef35

Please sign in to comment.