Skip to content

Commit

Permalink
chore: delete 360's 360GPT_S2_V9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Oct 3, 2023
1 parent a85ecac commit d663de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/Channel/EditChannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const EditChannel = () => {
localModels = ['SparkDesk'];
break;
case 19:
localModels = ['360GPT_S2_V9', 'embedding-bert-512-v1', 'embedding_s1_v1', 'semantic_similarity_s1_v1', '360GPT_S2_V9.4'];
localModels = ['360GPT_S2_V9', 'embedding-bert-512-v1', 'embedding_s1_v1', 'semantic_similarity_s1_v1'];
break;
}
setInputs((inputs) => ({ ...inputs, models: localModels }));
Expand Down

0 comments on commit d663de3

Please sign in to comment.