forked from Shinonome/dots-hyprland
ai: relocate user option to avoid confusion
sidebar.ai.extraGptModels -> ai.extraGptModels
This commit is contained in:
@@ -52,7 +52,7 @@ const PROVIDERS = Object.assign({
|
||||
"key_file": "openrouter_key.txt",
|
||||
"model": "meta-llama/llama-3-70b-instruct",
|
||||
},
|
||||
}, userOptions.sidebar.ai.extraGptModels)
|
||||
}, userOptions.ai.extraGptModels)
|
||||
|
||||
// Custom prompt
|
||||
const initMessages =
|
||||
|
||||
Reference in New Issue
Block a user