Skip to content

Add per-automation chat model selection#1305

Open
Winston-1874 wants to merge 1 commit intokhoj-ai:masterfrom
Winston-1874:claude/add-automation-model-selection-Dnfg7
Open

Add per-automation chat model selection#1305
Winston-1874 wants to merge 1 commit intokhoj-ai:masterfrom
Winston-1874:claude/add-automation-model-selection-Dnfg7

Conversation

@Winston-1874
Copy link
Copy Markdown

Allow users to choose which AI model each automation uses when it runs. This adds a model selector dropdown to the automation create/edit form and passes the selected model through the scheduler to the chat API.

  • Add chat_model_id field to ChatRequestBody
  • Add chat_model_id parameter to automation POST/PUT API endpoints
  • Store chat_model_id in automation job metadata
  • Pass chat_model_id through scheduled_chat to /api/chat
  • Override model in aget_valid_chat_model when chat_model_id is set
  • Add model selector to automation form (frontend)
  • Display selected model badge on automation cards

Allow users to choose which AI model each automation uses when it runs.
This adds a model selector dropdown to the automation create/edit form
and passes the selected model through the scheduler to the chat API.

- Add chat_model_id field to ChatRequestBody
- Add chat_model_id parameter to automation POST/PUT API endpoints
- Store chat_model_id in automation job metadata
- Pass chat_model_id through scheduled_chat to /api/chat
- Override model in aget_valid_chat_model when chat_model_id is set
- Add model selector to automation form (frontend)
- Display selected model badge on automation cards

https://claude.ai/code/session_01Fz5RZSwLeoBoLtnHjDjA9B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants