mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 05:42:57 -04:00
change feature flag name
This commit is contained in:
parent
60a8158bff
commit
36895d8292
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports = {
|
|||
await acknowledge(context);
|
||||
|
||||
let model = "gpt-4o"
|
||||
if(args.model && await hasFeature(context, "ai/gpt/prompt")) model = args.model;
|
||||
if(args.model && await hasFeature(context, "ai/gpt/model-selection")) model = args.model;
|
||||
|
||||
if(!args.text) return editOrReply(context, createEmbed("warning", context, `Missing Parameter (text).`))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue