We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82d3c3 commit ec34146Copy full SHA for ec34146
docs/source/users/index.md
@@ -174,6 +174,7 @@ Jupyter AI supports the following model providers:
174
| Hugging Face Hub | `huggingface_hub` | `HUGGINGFACEHUB_API_TOKEN` | `huggingface_hub`, `ipywidgets`, `pillow` |
175
| MistralAI | `mistralai` | `MISTRAL_API_KEY` | `langchain-mistralai` |
176
| NVIDIA | `nvidia-chat` | `NVIDIA_API_KEY` | `langchain_nvidia_ai_endpoints` |
177
+| Ollama | `ollama` | N/A | `langchain-ollama` |
178
| OpenAI | `openai` | `OPENAI_API_KEY` | `langchain-openai` |
179
| OpenAI (chat) | `openai-chat` | `OPENAI_API_KEY` | `langchain-openai` |
180
| SageMaker endpoint | `sagemaker-endpoint` | N/A | `langchain-aws` |
0 commit comments