We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd67ff5 commit dd91eb7Copy full SHA for dd91eb7
1 file changed
config/active_agent.yml
@@ -4,5 +4,11 @@ development:
4
api_key: <%= Rails.application.credentials.dig(:openai, :api_key) %>
5
model: "gpt-4o-mini"
6
temperature: 0.7
7
+production:
8
+ openai:
9
+ service: "OpenAI"
10
+ api_key: <%= Rails.application.credentials.dig(:openai, :api_key) %>
11
+ model: "gpt-4o-mini"
12
+ temperature: 0.7
13
# ollama:
14
# deepseek-r1
0 commit comments