Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<h1 align="center">AITuberキット</h1>

<p align="center">
<img style="max-width: 100%;" src="https://github.com/tegnike/aituber-kit/assets/35606144/04e073de-ef99-4585-8bfa-aaf936409e79">
</p>
<h1 align="center">
<img style="max-width: 100%;" src="./docs/logo.png">
</h1>

<p align="center">
<a href="https://github.com/tegnike/aituber-kit"><img alt="GitHub Last Commit" src="https://img.shields.io/github/last-commit/tegnike/aituber-kit"></a>
Expand Down Expand Up @@ -162,7 +160,7 @@ npm run dev
</a>
</p>

他、プライベートスポンサー 1
他、プライベートスポンサー 2

## 利用規約

Expand Down
11 changes: 4 additions & 7 deletions docs/README_en.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<h1 align="center">AITuber Kit</h1>

<p align="center">
<img style="max-width: 100%;" src="https://github.com/tegnike/aituber-kit/assets/35606144/04e073de-ef99-4585-8bfa-aaf936409e79">
</p>

<h1 align="center">
<img style="max-width: 100%;" src="./logo.png">
</h1>
<p align="center">
<a href="https://github.com/tegnike/aituber-kit"><img alt="GitHub Last Commit" src="https://img.shields.io/github/last-commit/tegnike/aituber-kit"></a>
<a href="https://github.com/tegnike/aituber-kit"><img alt="GitHub Top Language" src="https://img.shields.io/github/languages/top/tegnike/aituber-kit"></a>
Expand Down Expand Up @@ -162,7 +159,7 @@ Your support will greatly contribute to the development and improvement of the A
</a>
</p>

Plus 1 private sponsor
Plus 2 private sponsors

## Usage Agreement

Expand Down
10 changes: 4 additions & 6 deletions docs/README_ko.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<h1 align="center">AITuber 키트</h1>

<p align="center">
<img style="max-width: 100%;" src="https://github.com/tegnike/aituber-kit/assets/35606144/04e073de-ef99-4585-8bfa-aaf936409e79">
</p>
<h1 align="center">
<img style="max-width: 100%;" src="./logo.png">
</h1>

<p align="center">
<a href="https://github.com/tegnike/aituber-kit"><img alt="GitHub Last Commit" src="https://img.shields.io/github/last-commit/tegnike/aituber-kit"></a>
Expand Down Expand Up @@ -162,7 +160,7 @@ npm run dev
</a>
</p>

그 외, 비공개 스폰서 1명
그 외, 비공개 스폰서 2명

## 이용 약관

Expand Down
10 changes: 4 additions & 6 deletions docs/README_zh.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<h1 align="center">AITuber套件</h1>

<p align="center">
<img style="max-width: 100%;" src="https://github.com/tegnike/aituber-kit/assets/35606144/04e073de-ef99-4585-8bfa-aaf936409e79">
</p>
<h1 align="center">
<img style="max-width: 100%;" src="./logo.png">
</h1>

<p align="center">
<a href="https://github.com/tegnike/aituber-kit"><img alt="GitHub Last Commit" src="https://img.shields.io/github/last-commit/tegnike/aituber-kit"></a>
Expand Down Expand Up @@ -162,7 +160,7 @@ npm run dev
</a>
</p>

另外還有1位私人贊助者
另外還有2位私人贊助者

## 使用協議

Expand Down
Binary file added docs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ export const Settings = ({
value={selectAIModel}
onChange={(e) => setSelectAIModel(e.target.value)}
>
<option value="gpt-4o-mini">gpt-4o-mini</option>
<option value="gpt-4o">gpt-4o</option>
<option value="gpt-4-turbo">gpt-4-turbo</option>
<option value="gpt-3.5-turbo">gpt-3.5-turbo</option>
Expand Down