Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
Blake Blackshear
2025-08-16 07:32:44 -05:00
3 changed files with 81 additions and 0 deletions
+6
View File
@@ -99,6 +99,12 @@ genai:
model: gemini-1.5-flash
```
:::note
To use a different Gemini-compatible API endpoint, set the `GEMINI_BASE_URL` environment variable to your provider's API URL.
:::
## OpenAI
OpenAI does not have a free tier for their API. With the release of gpt-4o, pricing has been reduced and each generation should cost fractions of a cent if you choose to go this route.