-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Ligthweigthing library #573
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
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Filespyproject.toml
|
@@ -147,16 +145,17 @@ def handle_model(model_name, provider, token_key, default_token=8192): | |||
warnings.simplefilter("ignore") | |||
return init_chat_model(**llm_params) | |||
|
|||
known_models = ["chatgpt","gpt","openai", "azure_openai", "google_genai", "ollama", "oneapi", "nvidia", "groq", "google_vertexai", "bedrock", "mistralai", "hugging_face", "deepseek", "ernie", "fireworks"] | |||
known_models = ["chatgpt","gpt","openai", "azure_openai", "google_genai", |
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.
known_models = {...}
, not square brackets
pyproject.toml
Outdated
@@ -78,6 +64,16 @@ requires-python = ">=3.9,<4.0" | |||
[project.optional-dependencies] | |||
burr = ["burr[start]==0.22.1"] | |||
docs = ["sphinx==6.0", "furo==2024.5.6"] | |||
other = [ |
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.
split them in three groups of extras, one for "other" language models, one for more semantic options, one for more browser options
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.
ok @DiTo97, I updated
🎉 This issue has been resolved in version 1.15.0-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.15.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
No description provided.