-
- Downloads
feat: Resolving UserWarning about llama-index-llms-dashscope (#16965)
* feat: Resolving UserWarning about llama-index-llms-dashscope
In Pydantic V2, protected_namespaces is a configuration option used to prevent certain namespace keywords
(such as model_, etc.) from being used as field names. so we need to disable it here.
* Update pyproject.toml
update version to 0.2.6
* lint
---------
Co-authored-by:
Andrei Fajardo <andrei@nerdai.io>
Showing
- llama-index-integrations/llms/llama-index-llms-dashscope/llama_index/llms/dashscope/base.py 6 additions, 0 deletions...a-index-llms-dashscope/llama_index/llms/dashscope/base.py
- llama-index-integrations/llms/llama-index-llms-dashscope/pyproject.toml 1 addition, 1 deletion...tegrations/llms/llama-index-llms-dashscope/pyproject.toml
Loading
Please register or sign in to comment