Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
tegnike opened this issue May 23, 2024 · 1 comment
Closed

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

tegnike opened this issue May 23, 2024 · 1 comment

Comments

@tegnike
Copy link
Owner

tegnike commented May 23, 2024

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
Copy link
Owner Author

tegnike commented May 27, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant