Skip to content

Commit 0051907

Browse files
authored
Merge pull request volcengine#199 from volcengine/feat/readme_update
docs: update readme
2 parents a2e17c1 + 8e9e651 commit 0051907

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+681
-15
lines changed

demohouse/multimodalkit_example/frontend/examples/api-test/postcss.config.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/*
2+
* Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
3+
* Licensed under the 【火山方舟】原型应用软件自用许可协议
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
6+
* https://www.volcengine.com/docs/82379/1433703
7+
* Unless required by applicable law or agreed to in writing, software
8+
* distributed under the License is distributed on an "AS IS" BASIS,
9+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
* See the License for the specific language governing permissions and
11+
* limitations under the License.
12+
*/
13+
114
export default {
215
plugins: {
316
tailwindcss: {},

demohouse/multimodalkit_example/frontend/examples/api-test/rsbuild.config.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// Licensed under the 【火山方舟】原型应用软件自用许可协议
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// https://www.volcengine.com/docs/82379/1433703
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an "AS IS" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
112
import { defineConfig } from '@rsbuild/core';
213
import { pluginReact } from '@rsbuild/plugin-react';
314

demohouse/multimodalkit_example/frontend/examples/api-test/src/App.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// Licensed under the 【火山方舟】原型应用软件自用许可协议
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// https://www.volcengine.com/docs/82379/1433703
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an "AS IS" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
112
import ASR from './cards/ASR';
213
import TTS from './cards/TTS';
314
import Visual from './cards/Visual';

demohouse/multimodalkit_example/frontend/examples/api-test/src/cards/ASR.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// Licensed under the 【火山方舟】原型应用软件自用许可协议
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// https://www.volcengine.com/docs/82379/1433703
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an "AS IS" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
112
import { onASRResult, startASR, stopASR } from 'multi-modal-sdk';
213
import { useEffect, useRef, useState } from 'react';
314
import APIResult from '../components/APIResult';

demohouse/multimodalkit_example/frontend/examples/api-test/src/cards/TTS.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// Licensed under the 【火山方舟】原型应用软件自用许可协议
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// https://www.volcengine.com/docs/82379/1433703
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an "AS IS" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
112
import {
213
appendStreamingTTS,
314
cancelStreamingTTS,

demohouse/multimodalkit_example/frontend/examples/api-test/src/cards/VLM.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// Licensed under the 【火山方舟】原型应用软件自用许可协议
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// https://www.volcengine.com/docs/82379/1433703
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an "AS IS" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
112
import {
213
chatCompletion,
314
chatCompletionStreaming,

demohouse/multimodalkit_example/frontend/examples/api-test/src/cards/Visual.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// Licensed under the 【火山方舟】原型应用软件自用许可协议
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// https://www.volcengine.com/docs/82379/1433703
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an "AS IS" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
112
import { getImageInfo, getObjectDetectList, getSAMInfo } from "multi-modal-sdk";
213
import { useCallback, useState } from "react";
314
import APIResult from "../components/APIResult";

demohouse/multimodalkit_example/frontend/examples/api-test/src/components/APIResult.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// Licensed under the 【火山方舟】原型应用软件自用许可协议
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// https://www.volcengine.com/docs/82379/1433703
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an "AS IS" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
112
import clsx from "clsx";
213
import ReactJson from "react-json-view";
314

demohouse/multimodalkit_example/frontend/examples/api-test/src/components/Button.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// Licensed under the 【火山方舟】原型应用软件自用许可协议
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// https://www.volcengine.com/docs/82379/1433703
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an "AS IS" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
112
import clsx from "clsx";
213
import type { ReactNode } from "react";
314

demohouse/multimodalkit_example/frontend/examples/api-test/src/components/Card.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
2+
// Licensed under the 【火山方舟】原型应用软件自用许可协议
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// https://www.volcengine.com/docs/82379/1433703
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an "AS IS" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
112
import type { ReactNode } from "react";
213

314
const Card = ({ children }: { children?: ReactNode }) => (

0 commit comments

Comments
 (0)