Skip to content

Commit dd91eb7

Browse files
committed
Copy active agent dev config to production
1 parent dd67ff5 commit dd91eb7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

config/active_agent.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@ development:
44
api_key: <%= Rails.application.credentials.dig(:openai, :api_key) %>
55
model: "gpt-4o-mini"
66
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
713
# ollama:
814
# deepseek-r1

0 commit comments

Comments
 (0)