feat: model category
This commit is contained in:
@@ -79,11 +79,7 @@ const Playground: React.FC = () => {
|
||||
const getModelList = async () => {
|
||||
try {
|
||||
const params = {
|
||||
embedding_only: false,
|
||||
image_only: false,
|
||||
reranker: false,
|
||||
text_to_speech: false,
|
||||
speech_to_text: false
|
||||
categories: ''
|
||||
};
|
||||
const res = await queryModelsList(params);
|
||||
const list = _.map(res.data || [], (item: any) => {
|
||||
|
||||
Reference in New Issue
Block a user