Skip to content

Commit

Permalink
Pulled in latest fhaviary for MultipleChoiceQuestion and ldp for eval…
Browse files Browse the repository at this point in the history
…uate_consensus
  • Loading branch information
jamesbraza committed Dec 19, 2024
1 parent a4db19a commit ec989ab
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ repos:
- aiohttp>=3.10.6 # Match pyproject.toml
- PyMuPDF>=1.24.12
- anyio
- fhaviary[llm]>=0.10.2 # Match pyproject.toml
- ldp>=0.14.5 # Match pyproject.toml
- fhaviary[llm]>=0.14 # Match pyproject.toml
- ldp>=0.17 # Match pyproject.toml
- html2text
- fh-llm-client
- httpx
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"aiohttp>=3.10.6", # TODO: remove in favor of httpx, pin for aiohttp.ClientConnectionResetError
"anyio",
"fh-llm-client",
"fhaviary[llm]>=0.10.2", # For tool execution concurrency
"fhaviary[llm]>=0.14", # For MultipleChoiceQuestion
"html2text", # TODO: evaluate moving to an opt-in dependency
"httpx",
"numpy",
Expand Down Expand Up @@ -77,7 +77,7 @@ dev = [
"vcrpy>=6", # Pin for https://github.com/kevin1024/vcrpy/issues/884
]
ldp = [
"ldp>=0.16.0", # For Callback.before_rollout
"ldp>=0.17", # For evaluate_consensus
]
local = [
"sentence-transformers",
Expand Down
44 changes: 34 additions & 10 deletions uv.lock

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

0 comments on commit ec989ab

Please sign in to comment.