|
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" |
Answered by
Robitx
Dec 20, 2023
Replies: 4 comments 2 replies
|
@dnaaun Hey, is there a need for default when the last setting is persisted on disk? 🙂 |
1 reply
Answer selected by
dnaaun
|
It would be nice to have this in config for syncing between devices |
0 replies
|
agree with @edshamis , would be nice to have it in config for some reason, mine do not save this setting on disc :( |
1 reply
|
@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, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@dnaaun Hey, is there a need for default when the last setting is persisted on disk? 🙂