Skip to content

Commit

Permalink
update constant for baidu add ernie-tiny model
Browse files Browse the repository at this point in the history
  • Loading branch information
consistent-k committed Jul 17, 2024
1 parent 5dc731b commit 9aabc4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ const baiduModels = [
"ernie-3.5-8k",
"ernie-3.5-8k-0205",
"ernie-speed-128k",
"ernie-speed-8k"
"ernie-speed-8k",
"ernie-lite-8k",
"ernie-tiny-8k"
];

const bytedanceModels = [
Expand Down

0 comments on commit 9aabc4a

Please sign in to comment.