-
I couldn't find a way to do this, so I'm using the following: -- I don't know of an official way to set the default agent on startup, so I use
-- an undocumented/internal API:
require("gp")._state.chat_agent = "ChatGPT4" |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
@dnaaun Hey, is there a need for default when the last setting is persisted on disk? 🙂 |
Beta Was this translation helpful? Give feedback.
-
It would be nice to have this in config for syncing between devices |
Beta Was this translation helpful? Give feedback.
-
agree with @edshamis , would be nice to have it in config for some reason, mine do not save this setting on disc :( |
Beta Was this translation helpful? Give feedback.
-
@alex-popov-tech @edshamis @dnaaun in the latest version: -- default agent names set during startup, if nil last used agent is used
default_command_agent = nil,
default_chat_agent = nil, |
Beta Was this translation helpful? Give feedback.
@dnaaun Hey, is there a need for default when the last setting is persisted on disk? 🙂