Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NingLu committed Mar 11, 2025
1 parent 38c260c commit a9488ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/portal/src/utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const LLM_BOT_COMMON_MODEL_LIST = [
label: 'DeepSeek',
options: [
{
lable: 'deepseek.r1-v1:0',
label: 'deepseek.r1-v1:0',
value: 'deepseek.r1-v1:0',
},
],
Expand All @@ -120,7 +120,7 @@ export const LLM_BOT_COMMON_MODEL_LIST = [
label: 'Llama',
options: [
{
lable: 'meta.llama3-1-70b-instruct-v1:0',
label: 'meta.llama3-1-70b-instruct-v1:0',
value: 'meta.llama3-1-70b-instruct-v1:0',
},
{
Expand Down

0 comments on commit a9488ff

Please sign in to comment.