mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-11 04:50:31 +00:00
refactor: remove multiple code models
This commit is contained in:
parent
c4531867b4
commit
45d8c8c11a
1 changed files with 0 additions and 3 deletions
|
|
@ -59,12 +59,9 @@ object CodeGPTAvailableModels {
|
|||
|
||||
@JvmStatic
|
||||
val CODE_MODELS: List<CodeGPTModel> = listOf(
|
||||
CodeGPTModel("Codestral", "codestral", Icons.OpenAI, INDIVIDUAL),
|
||||
CodeGPTModel("GPT-3.5 Turbo Instruct", "gpt-3.5-turbo-instruct", Icons.OpenAI, INDIVIDUAL),
|
||||
CodeGPTModel("StarCoder (16B)", "starcoder-16b", Icons.CodeGPTModel, FREE),
|
||||
CodeGPTModel("StarCoder (7B) - FREE", "starcoder-7b", Icons.CodeGPTModel, FREE),
|
||||
CodeGPTModel("Code Llama (70B)", "codellama:code", Icons.CodeGPTModel, FREE),
|
||||
CodeGPTModel("Code Llama Python (70B)", "codellama-python", Icons.CodeGPTModel, FREE),
|
||||
CodeGPTModel("WizardCoder Python (34B)", "wizardcoder-python", Icons.CodeGPTModel, FREE),
|
||||
CodeGPTModel("Phind Code LLaMA v2 (34B)", "phind-codellama", Icons.CodeGPTModel, FREE)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue