docs: update readme and links (#12809)

This commit is contained in:
Parth Sareen
2025-10-28 16:20:02 -07:00
committed by GitHub
parent 14977a9350
commit d828517e78
5 changed files with 17 additions and 22 deletions

14
docs/examples.md Normal file
View File

@@ -0,0 +1,14 @@
# 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)