Set default agent
Closed this issue ยท 1 comments
marcomayer commented
Thanks a lot for adding multi provider support ๐
Now having multiple agents, I wonder if it's possible to set which of the agents should be the default one when opening GpChat?
Robitx commented
@marcomayer latest version adds:
-- default agent names set during startup, if nil last used agent is used
default_command_agent = nil,
default_chat_agent = nil,