feat: add Novita AI deepseek models (#1647)

Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
Jason
2025-01-28 07:51:09 +08:00
committed by GitHub
parent 81d5babcf0
commit c30eba6245
3 changed files with 33 additions and 1 deletions

View File

@@ -127,6 +127,8 @@ setup_llm_providers() {
update_or_add_env_var "NOVITA_API_KEY" "$novita_api_key"
update_or_add_env_var "ENABLE_NOVITA" "true"
model_options+=(
"NOVITA_DEEPSEEK_R1"
"NOVITA_DEEPSEEK_V3"
"NOVITA_LLAMA_3_3_70B"
"NOVITA_LLAMA_3_2_1B"
"NOVITA_LLAMA_3_2_3B"