2023-07-18 13:11:56 -07:00
|
|
|
# Examples
|
|
|
|
|
2023-10-11 06:13:29 -07:00
|
|
|
This directory contains different examples of using Ollama.
|
2024-12-06 10:35:37 -08:00
|
|
|
|
|
|
|
## Python examples
|
|
|
|
Ollama Python examples at [ollama-python/examples](https://github.com/ollama/ollama-python/tree/main/examples)
|
|
|
|
|
|
|
|
|
|
|
|
## JavaScript examples
|
|
|
|
Ollama JavaScript examples at [ollama-js/examples](https://github.com/ollama/ollama-js/tree/main/examples)
|
|
|
|
|
|
|
|
|
|
|
|
## OpenAI compatibility examples
|
|
|
|
Ollama OpenAI compatibility examples at [ollama/examples/openai](../docs/openai.md)
|
2025-01-13 11:26:22 -08:00
|
|
|
|
|
|
|
|
|
|
|
## Community examples
|
|
|
|
|
|
|
|
- [LangChain Ollama Python](https://python.langchain.com/docs/integrations/chat/ollama/)
|
|
|
|
- [LangChain Ollama JS](https://js.langchain.com/docs/integrations/chat/ollama/)
|