mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat!: default CODER_AI_GATEWAY_ENABLED to true (#25575)
`CODER_AI_GATEWAY_ENABLED` / `CODER_AIBRIDGE_ENABLED` is now being defaulted to `true` now that it will be used by Coder Agents. If you previously had this value disabled explicitly, that value will persist.
This commit is contained in:
Generated
+1
-1
@@ -1730,7 +1730,7 @@ Force chat debug logging on for every chat, bypassing the runtime admin and user
|
||||
| Type | <code>bool</code> |
|
||||
| Environment | <code>$CODER_AI_GATEWAY_ENABLED</code> |
|
||||
| YAML | <code>ai_gateway.enabled</code> |
|
||||
| Default | <code>false</code> |
|
||||
| Default | <code>true</code> |
|
||||
|
||||
Whether to start an in-memory AI Gateway instance.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user