-
Notifications
You must be signed in to change notification settings - Fork 193
Update chat demos to use loremllm #211
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?
Conversation
|
@kyh is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
@kyh keen to get this in for the next release if you have some time to rebase it? |
|
yeah, let me take a look again. will have something for u in the next few days |
# Conflicts: # packages/examples/package.json # packages/examples/src/demo-chatgpt.tsx # packages/examples/src/demo-claude.tsx # packages/examples/src/demo-grok.tsx # pnpm-lock.yaml
- Remove unused useWebSearch/useMicrophone state in demo-chatgpt and demo-grok - Remove redundant useState<string> and useState<boolean> annotations Co-Authored-By: Claude Opus 4.5 <[email protected]>
|
@haydenbleasel updated against latest branch, the ui should now be identical to what is on prod |
indexOf returns -1 for non-scripted messages, making nextIndex=0 and incorrectly triggering scriptedUserMessages[0] Co-Authored-By: Claude Opus 4.5 <[email protected]>
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Use loremllm as the chat mocking library
let me know what you think @haydenbleasel