mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-14 21:09:57 -05:00
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