docs: update readmes for structured outputs (#7962)

This commit is contained in:
Parth Sareen
2024-12-06 10:35:37 -08:00
committed by GitHub
parent aed1419c64
commit f6e87fd628
3 changed files with 149 additions and 2 deletions

View File

@@ -1,3 +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)