Skip to content

LLM Model for redmine#538

Open
mariadalfonso wants to merge 2 commits intoarchi-physics:mainfrom
mariadalfonso:main
Open

LLM Model for redmine#538
mariadalfonso wants to merge 2 commits intoarchi-physics:mainfrom
mariadalfonso:main

Conversation

@mariadalfonso
Copy link
Copy Markdown
Collaborator

redmine reads default_provider and default_model from redmine_mailbox config, which are None since are were not sure.
Now
If redmine_mailbox has its own model config → uses that
If not → automatically picks from chat_app
No YAML duplication needed

this solve issue #533 (comment)

@mariadalfonso mariadalfonso requested review from lucalavezzo and pmlugato and removed request for pmlugato March 26, 2026 10:59
Comment on lines +50 to +51
or chat_app_config.get("agent_class")
or chat_app_config.get("pipeline", "CMSCompOpsAgent"))
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should not be reading from the chat app configs here

Comment on lines +62 to +64
or chat_app_config.get("default_provider"))
default_model = (self.redmine_config.get("default_model")
or chat_app_config.get("default_model"))
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should not be reading from the chat app configs

@lucalavezzo lucalavezzo self-assigned this Mar 26, 2026
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