chore: update docs again (#77)

This commit is contained in:
lily-de
2024-09-25 14:20:49 -04:00
committed by GitHub
parent 31dfd48ac5
commit 4704b82bf1
77 changed files with 439 additions and 312 deletions
+14
View File
@@ -0,0 +1,14 @@
# Providers
Providers in Goose mean "LLM providers" that Goose can interact with. Providers are defined in the [Exchange library][exchange-providers] for the most part, but you can define your own.
**Currently available providers:**
* Anthropic
* Azure
* Bedrock
* Databricks
* Ollama
* OpenAI
[exchange-providers]: https://github.com/square/exchange/tree/main/src/exchange/providers