-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: chatbot integration #1293
base: main
Are you sure you want to change the base?
Conversation
f7cf15b
to
c081193
Compare
we should probably have a .env.example so we know what variable could be defined |
@@ -0,0 +1,59 @@ | |||
import * as React from "react" |
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.
how much of this code is generated/copied versus created?
there is no chat library that we could use instead?
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.
Everything inside /components/ui/ is generated (shadcn). can look for a chat library to use instead.
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.
I think we don't need a library here. our app is very basic and doesn't require many UI elements, especially since we have already built the required ones. wdyt ?
9bf91fb
to
d960dee
Compare
ce5f547
to
fbec71b
Compare
add
OPENAI_API_KEY
in app's env filelocal port : http://localhost:3003/