-
-
Notifications
You must be signed in to change notification settings - Fork 153
Release v3.0.0 #357
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
base: main
Are you sure you want to change the base?
Release v3.0.0 #357
Conversation
Draco18s
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Downloaded this to see if it solves any of the problems I've been having.
Some issues:
- Sample chat bot scene has a missing script on the
LLMCharacterobject and theChatBotmonobehavior has no reference for its LLMAgent, so that will throw an NRE LLMAgent.WarmupcallsChatAsyncbefore the LamallmAgent.llmAgentfield is set (bySetupLLMClient), throwing a NRE, even if not using a Lama based model.- Using a coroutine to wait for the field to be non-null before calling Warmup just straight up crashes the Unity editor.
- Ended up just waiting for the field to be non-null and calling WarmupCallback directly instead.
- Whether or not the response is streamed has gone missing. Seems to always be in stream mode, chatbot demo doesn't populate the chat bubble, just constantly replaces with the next token.
|
Hello, I recently synced my repository with the release/v3.0.0 branch to proceed with PR #374. While cherry-picking the relevant commits to continue development, I encountered a few errors related to LlamaLib . I wanted to reach out to check if these are known issues or if the branch is perhaps still in progress. Duplicate AssemblyInfo Attributes: It appears that LlamaLib is auto-generating AssemblyInfo, which leads to duplicate attribute errors (e.g., AssemblyCompanyAttribute) during the build process. Thank you for your hard work. |
…etection when using the temporaryCachePath.
|
@Leuconoe thanks for the info! |
No description provided.