-
- Downloads
Add ai21 llm (#8233)
* Added AI21 Labs LLM
* added AI21 to __init__.py for llms
* Added tests for AI21 llm
* Added AI21 llm Example notebook
* Added Link to AI21 example notebook in docs
* bugfix: linting errors when ai21 is not installed
* fix lint
* wip
---------
Co-authored-by:
Simon Suo <simonsdsuo@gmail.com>
Showing
- docs/core_modules/model_modules/llms/modules.md 9 additions, 0 deletionsdocs/core_modules/model_modules/llms/modules.md
- docs/examples/llm/ai21.ipynb 226 additions, 0 deletionsdocs/examples/llm/ai21.ipynb
- llama_index/llms/__init__.py 2 additions, 0 deletionsllama_index/llms/__init__.py
- llama_index/llms/ai21.py 127 additions, 0 deletionsllama_index/llms/ai21.py
- llama_index/llms/ai21_utils.py 21 additions, 0 deletionsllama_index/llms/ai21_utils.py
- tests/llms/test_ai21.py 336 additions, 0 deletionstests/llms/test_ai21.py
Loading
Please register or sign in to comment