-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Missing Features #417
Comments
Missing Features - Chat History Sidebar ConfigurationHi @DavidDragan1, To enable the chat history sidebar, you'll need to configure Redis storage in your
The sidebar will appear once Redis is configured and you have your |
Hi,
Thanks for your email.
I was refering to the right hand sidebar with the account options on the
demo.
Totally understandable if the demo is intentionally different/ has
additional features.
Many thanks
…On Sun, 2 Feb 2025, 16:06 AMN, ***@***.***> wrote:
Missing Features - Chat History Sidebar Configuration
Hi @DavidDragan1 <https://github.com/DavidDragan1>,
To enable the chat history sidebar, you'll need to configure Redis storage
in your .env.local file:
1. Set NEXT_PUBLIC_ENABLE_SAVE_CHAT_HISTORY=true
2. Choose either:
- Local Redis: Set USE_LOCAL_REDIS=true and
LOCAL_REDIS_URL=redis://localhost:6379
- OR Upstash Redis: Set USE_LOCAL_REDIS=false with your
UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN
The sidebar will appear once Redis is configured and you have your
OPENAI_API_KEY set. Let me know if you need help with the setup!
—
Reply to this email directly, view it on GitHub
<#417 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYN5I5QHJGRKIZIICBZRSKL2NY7A3AVCNFSM6AAAAABWJHMYDOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRZGQ2TIMZVGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys, thank for your project! I have tried both deploying to Vercel directly and downloading and running locally, but it seems the sidebar with chat history and login functions are missing either way.
It looks like what the demo looks like before the user logs in, but i cant seem to find the utility to login in the first place to access the user panel, also there doesn't seem to be any auth vars in the .env.
If this was intentionally left out of the GH version that is totally understandable, I am just curious whether its something I'm doing wrong.
I would greatly appreciate your response and suggestions for implementing the sidebar and auth functions.
Thank you once again for the project.
Best regards,
David Dragan.
The text was updated successfully, but these errors were encountered: