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

WebGL build dont see llmTools #394

Open
kirelisaurimas opened this issue Nov 29, 2024 · 3 comments
Open

WebGL build dont see llmTools #394

kirelisaurimas opened this issue Nov 29, 2024 · 3 comments

Comments

@kirelisaurimas
Copy link

Hello,

I am using unity 6, and wile testing latest ChatdollKit I found out that after switching to WebGL build there are errors in:
Assets\ChatdollKit\Scripts\LLM\Gemini\GeminiServiceWebGL.cs
Assets\ChatdollKit\Scripts\LLM\CommandR\CommandRServiceWebGL.cs
Assets\ChatdollKit\Scripts\LLM\Gemini\GeminiServiceWebGL.cs
Assets\ChatdollKit\Scripts\LLM\Claude\ClaudeServiceWebGL.cs
Assets\ChatdollKit\Scripts\LLM\ChatGPT\ChatGPTServiceWebGL.cs

The name 'llmTools' does not exist in the current context. I tried to reimport everything, but it doesnt seem to work. Windows platform works without problems. Maybe any tips or suggestions how to solve it?

image

@uezo
Copy link
Owner

uezo commented Nov 29, 2024

Hi @kirelisaurimas ,

Thank you for reporting.🙏

I've investigated the issue and confirmed it's a bug. While we're working on providing a fix, if you need an immediate workaround, please replace llmTools with Tools for the affected components.

uezo added a commit that referenced this issue Nov 29, 2024
Correct variable name.🙇‍♀️🙇‍♀️🙇‍♀️: `llmTools` -> `Tools`

Issue: #394
@kirelisaurimas
Copy link
Author

kirelisaurimas commented Dec 2, 2024

Hello again, thank you for quick response.

I just wanted to inform you that v0.8.7 package ChatdollKit_0.8.7.unitypackage does not include these changes.

Also it includes some not full changes I guess.

image

@uezo
Copy link
Owner

uezo commented Dec 3, 2024

@kirelisaurimas Thank you for letting me know!
I've just uploaded a new unitypackage that includes both the reported missing changes and all other intended updates.

SocketServer is not supported in WebGL, so you can solve that error by just comment out whole code of SocketServerController as a quick work around. I will handle this in another issue.

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

2 participants