forked from Shinonome/dots-hyprland
ai: remove openai (addresses #1335)
This commit is contained in:
@@ -44,16 +44,6 @@ const PROVIDERS = Object.assign({
|
|||||||
"key_file": "openrouter_key.txt",
|
"key_file": "openrouter_key.txt",
|
||||||
"model": "meta-llama/llama-3-70b-instruct",
|
"model": "meta-llama/llama-3-70b-instruct",
|
||||||
},
|
},
|
||||||
"openai": {
|
|
||||||
"name": "OpenAI - GPT-3.5",
|
|
||||||
"logo_name": "openai-symbolic",
|
|
||||||
"description": getString('Official OpenAI API.\nPricing: Free for the first $5 or 3 months, whichever is less.'),
|
|
||||||
"base_url": "https://api.openai.com/v1/chat/completions",
|
|
||||||
"key_get_url": "https://platform.openai.com/api-keys",
|
|
||||||
"requires_key": true,
|
|
||||||
"key_file": "openai_key.txt",
|
|
||||||
"model": "gpt-3.5-turbo",
|
|
||||||
},
|
|
||||||
}, userOptions.ai.extraGptModels)
|
}, userOptions.ai.extraGptModels)
|
||||||
|
|
||||||
const installedOllamaModels = JSON.parse(
|
const installedOllamaModels = JSON.parse(
|
||||||
|
|||||||
Reference in New Issue
Block a user