tegnike / aituber-kit

AITuber Kit
MIT License
145 stars 25 forks source link

気付いた細かい不具合 #39

Closed tegnike closed 1 month ago

tegnike commented 1 month ago

geminiがない

index.tsx

        if (selectAIService === "openai" && !openAiKey) {
          setAssistantMessage(t('APIKeyNotEntered'));
          return;
        } else if (selectAIService === "anthropic" && !anthropicKey) {
          setAssistantMessage(t('APIKeyNotEntered'));
          return;
        } else if (selectAIService === "groq" && !groqKey) {
          setAssistantMessage(t('APIKeyNotEntered'));
          return;
        } else if (selectAIService === "dify" && !difyKey) {
          setAssistantMessage(t('APIKeyNotEntered'));
          return;
        }

なんかVRMのドラッグしたときの挙動が変?

=> #44 に移動

tegnike commented 1 month ago

githubリンクを設定の中にいれる