Pedro Diogo b6fd86a066
feat(genai): add api_key auth support for ollama cloud (#23096)
- Add _auth_headers() helper to pass Bearer token when api_key is set
- Wire headers into all Ollama client instantiations (sync + async)
- Update docs with Ollama Cloud direct connection example and yaml config
2026-05-02 17:55:25 -06:00
..
2026-03-30 10:36:45 -06:00
2026-03-30 10:36:45 -06:00
2026-04-14 08:19:50 -06:00
2026-03-30 10:36:45 -06:00
2021-01-26 21:40:33 -06:00
2025-12-12 07:45:03 -06:00

Website

This website is built using Docusaurus 3.5, a modern static website generator.

For installation and contributing instructions, please follow the Contributing Docs.

Development

  1. Run npm i to install dependencies
  2. Run npm run start to start the website