-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error: "Do I know you?" #5
Comments
You will need to change this line before deploying your bot: bubby/packages/core/src/3rdparty/openai/assistant_thread.ts Lines 44 to 47 in e7db93b
|
thanks, it worked! |
That's great to hear. How was the conversation with the bot? |
the conversation works great! I really like your bot, thanks a lot! I have just a few suggestions:
by the way, how does the memory feature work? could you please explain it briefly? Cheers Kamil |
I see, that makes sense.
That's not possible with OpenAI assistant API right now, maybe soon.
You can ask the bot to remember something and it will use function call to do that. The memory is persisted across threads / conversations. Something like this: |
I see, thank you for the explanation! maybe you could add "New thread." (and other commands?) as a command to the bot: |
Yep, that makes sense. |
Hi!
I tried your bot and I ended up getting an error when I message the bot:
Where do I configure the whitelist of users, that are allowed to use the bot?
Thanks!
Kamil
The text was updated successfully, but these errors were encountered: