-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: chatbot integration #1293
base: main
Are you sure you want to change the base?
Conversation
1ed0d0f
to
f7cf15b
Compare
f7cf15b
to
c081193
Compare
@@ -0,0 +1,38 @@ | |||
import { openai } from "@ai-sdk/openai"; |
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.
can you try the hosted deepseek r1? so that we know we could host it ourself if we had to
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. can look for a chat library to use instead.
add
OPENAI_API_KEY
in app's env filelocal port : http://localhost:3003/