mirror of
https://github.com/ollama/ollama.git
synced 2025-05-10 18:06:33 +02:00
examples: remove codified examples (#8267)
This commit is contained in:
parent
17fcdea698
commit
84a2314463
85 changed files with 23 additions and 8775 deletions
20
docs/examples.md
Normal file
20
docs/examples.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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/)
|
Loading…
Add table
Add a link
Reference in a new issue