You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error_message="provider must be one of: openai, anthropic, azure, google, cohere, mistral, ollama, custom"
110
110
}
111
111
}
112
112
113
-
variable"ai_model" {
113
+
variable"model" {
114
114
type=string
115
115
description="AI model to use with Aider. Can use Aider's built-in aliases like '4o' (gpt-4o), 'sonnet' (claude-3-7-sonnet), 'opus' (claude-3-opus), etc."
116
116
}
117
117
118
-
variable"ai_api_key" {
118
+
variable"credentials" {
119
119
type=string
120
120
description="API key for the selected AI provider. This will be set as the appropriate environment variable based on the provider."
121
121
default=""
@@ -234,10 +234,10 @@ locals {
234
234
}
235
235
236
236
# Get the environment variable name for selected provider
0 commit comments