-
Notifications
You must be signed in to change notification settings - Fork 11
[duplicate] Update to OpenAI API and set LLS>=0.2.23 #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
a1cb769
abf61a3
b8cfeae
d6e39ed
7c39ed9
ee7c63e
8314f45
7f5a56c
73e0496
36e613c
af80f2f
3b9ec66
e1b82aa
a95e028
ca9c978
cb233cb
79453f4
c487948
5a055bb
0d14b2a
6982453
ab62532
405c110
208c880
34cbd69
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,7 +25,8 @@ authors = [ | |
| keywords = ["llama-stack", "ragas", "evaluation"] | ||
| dependencies = [ | ||
| "setuptools-scm", | ||
| "llama-stack==0.2.23", | ||
|
dmaniloff marked this conversation as resolved.
|
||
| "llama-stack @ git+https://github.com/llamastack/llama-stack.git", | ||
| "llama-stack-client @ git+https://github.com/llamastack/llama-stack-client-python.git", | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. replace w/ 0.3.0 once ready. |
||
| "greenlet==3.2.4", # inline/files/localfs errors saying greenlet not found | ||
| "ragas==0.3.0", | ||
| "pandas==2.3.0", | ||
|
|
@@ -84,8 +85,10 @@ ignore = [ | |
| "C901", # too complex | ||
| ] | ||
|
|
||
| [tool.hatch.metadata] | ||
| allow-direct-references = true | ||
|
|
||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. only temporary to allow |
||
| [tool.mypy] | ||
| python_version = "3.12" | ||
| warn_return_any = true | ||
| warn_unused_configs = true | ||
| disallow_untyped_defs = false | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nathan-weinberg I will post a PR to the distro to reflect these naming (provider_id/type) changes.