Skip to content

Commit

Permalink
Merge pull request #253 from tegnike/develop
Browse files Browse the repository at this point in the history
本番リリース
  • Loading branch information
tegnike authored Dec 6, 2024
2 parents 285eba9 + dd262b8 commit 630abf9
Show file tree
Hide file tree
Showing 12 changed files with 445 additions and 51 deletions.
7 changes: 6 additions & 1 deletion locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,12 @@
"InvalidAIService": "The selected AI service is not valid",
"MethodNotAllowed": "The request is not appropriate",
"TTSServiceError": "An error occurred in the {{serviceName}} TTS service: {{message}}",
"UnexpectedError": "An unexpected error occurred"
"UnexpectedError": "An unexpected error occurred",
"LocalLLMError": "Local LLM error",
"LocalLLMStreamError": "Local LLM stream error",
"LocalLLMConnectionError": "Local LLM server connection error",
"LocalLLMNotFound": "Local LLM endpoint not found",
"LocalLLMAPIError": "Local LLM API error"
},
"MessageReceiver": "Receive instructions from outside",
"MessageReceiverDescription": "You can use API to instruct AI characters to speak from outside.",
Expand Down
7 changes: 6 additions & 1 deletion locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,12 @@
"InvalidAIService": "選択しているAIサービスが正しくありません",
"MethodNotAllowed": "リクエストが適切でありません",
"TTSServiceError": "{{serviceName}} TTSサービスでエラーが発生しました: {{message}}",
"UnexpectedError": "不明なエラーが発生しました"
"UnexpectedError": "不明なエラーが発生しました",
"LocalLLMError": "ローカルLLMでエラーが発生しました",
"LocalLLMStreamError": "ローカルLLMのストリーム処理でエラーが発生しました",
"LocalLLMConnectionError": "ローカルLLMサーバーに接続できません",
"LocalLLMNotFound": "ローカルLLMのエンドポイントが見つかりません",
"LocalLLMAPIError": "ローカルLLM APIでエラーが発生しました"
},
"MessageReceiver": "外部からの指示を受け付ける",
"MessageReceiverDescription": "APIを利用してAIキャラの発言を外部から指示することができます。",
Expand Down
7 changes: 6 additions & 1 deletion locales/ko/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,12 @@
"InvalidAIService": "선택한 AI 서비스가 올바르지 않습니다",
"MethodNotAllowed": "요청이 적절하지 않습니다",
"TTSServiceError": "{{serviceName}} TTS 서비스에서 오류가 발생했습니다: {{message}}",
"UnexpectedError": "예기치 않은 오류가 발생했습니다"
"UnexpectedError": "예기치 않은 오류가 발생했습니다",
"LocalLLMError": "로컬 LLM에서 오류가 발생했습니다",
"LocalLLMStreamError": "로컬 LLM의 스트림 처리에서 오류가 발생했습니다",
"LocalLLMConnectionError": "로컬 LLM 서버에 연결할 수 없습니다",
"LocalLLMNotFound": "로컬 LLM의 엔드포인트를 찾을 수 없습니다",
"LocalLLMAPIError": "로컬 LLM API에서 오류가 발생했습니다"
},
"MessageReceiver": "외부에서 지시를 받는다",
"MessageReceiverDescription": "API를 사용하여 AI 캐릭터의 말을 외부에서 지시할 수 있습니다.",
Expand Down
7 changes: 6 additions & 1 deletion locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,12 @@
"InvalidAIService": "選擇的 AI 服務不正確",
"MethodNotAllowed": "請求不適當",
"TTSServiceError": "{{serviceName}} TTS服務發生錯誤:{{message}}",
"UnexpectedError": "發生了意外錯誤"
"UnexpectedError": "發生了意外錯誤",
"LocalLLMError": "Local LLM 發生錯誤",
"LocalLLMStreamError": "Local LLM 的串流處理發生錯誤",
"LocalLLMConnectionError": "Local LLM 伺服器無法連線",
"LocalLLMNotFound": "Local LLM 的端點無法找到",
"LocalLLMAPIError": "Local LLM API 發生錯誤"
},
"MessageReceiver": "接收外部指示",
"MessageReceiverDescription": "你可以使用 API 來指示 AI 角色從外部說話。",
Expand Down
194 changes: 194 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@marp-team/marp-core": "^3.9.0",
"@marp-team/marpit": "^3.0.0",
"@pixiv/three-vrm": "^3.0.0",
"@supabase/supabase-js": "^2.46.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/uuid": "^10.0.0",
"@vercel/analytics": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const Main = () => {
const Footer = () => {
return (
<footer className="absolute py-4 bg-[#413D43] text-center text-white font-Montserrat bottom-0 w-full">
powered by ChatVRM from Pixiv. version 2.13.0
powered by ChatVRM from Pixiv. version 2.14.0
</footer>
)
}
2 changes: 2 additions & 0 deletions src/components/settings/modelProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,8 @@ const ModelProvider = () => {
{t('LocalLLMInfo2')}
<br />
ex. Ollama: http://localhost:11434/v1/chat/completions
<br />
ex. LM Studio: http://localhost:1234/v1/chat/completions
</div>
<div className="my-16 typography-20 font-bold">
{t('EnterURL')}
Expand Down
Loading

0 comments on commit 630abf9

Please sign in to comment.