examples.mdx 649 Bytes
Newer Older
1
2
# Examples

Matt Williams's avatar
Matt Williams committed
3
This directory contains different examples of using Ollama.
4
5
6
7
8
9
10
11
12
13
14

## 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)
15
16
17
18
19
20


## Community examples

- [LangChain Ollama Python](https://python.langchain.com/docs/integrations/chat/ollama/)
- [LangChain Ollama JS](https://js.langchain.com/docs/integrations/chat/ollama/)