Closed chunleng closed 1 year ago
closes #9
I have added the timeout feature. Since get_var now needs to be access by both openai.lua and commands.lua, I have group the config under a new module config.lua.
get_var
openai.lua
commands.lua
config.lua
Also, I wonder if 10s default sounds reasonable to you?
Looks solid, thanks, and happy new year!
Happy new year! Have a nice year ahead!
closes #9
I have added the timeout feature. Since
get_var
now needs to be access by bothopenai.lua
andcommands.lua
, I have group the config under a new moduleconfig.lua
.Also, I wonder if 10s default sounds reasonable to you?