You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
649 B
21 lines
649 B
3 weeks ago
|
# Examples
|
||
|
|
||
|
This directory contains different examples of using Ollama.
|
||
|
|
||
|
## 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)
|
||
|
|
||
|
|
||
|
## Community examples
|
||
|
|
||
|
- [LangChain Ollama Python](https://python.langchain.com/docs/integrations/chat/ollama/)
|
||
|
- [LangChain Ollama JS](https://js.langchain.com/docs/integrations/chat/ollama/)
|