Skip to content
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

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Conversation

siddhart1o1
Copy link
Member

@siddhart1o1 siddhart1o1 commented Jan 22, 2025

add OPENAI_API_KEY in app's env file
local port : http://localhost:3003/

@siddhart1o1 siddhart1o1 marked this pull request as draft January 22, 2025 11:37
@siddhart1o1 siddhart1o1 force-pushed the feat--chatbot-integration branch 2 times, most recently from 1ed0d0f to f7cf15b Compare January 22, 2025 16:09
@siddhart1o1 siddhart1o1 force-pushed the feat--chatbot-integration branch from f7cf15b to c081193 Compare January 22, 2025 16:32
@@ -0,0 +1,38 @@
import { openai } from "@ai-sdk/openai";
Copy link
Member

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

@nicolasburtey
Copy link
Member

add OPENAI_API_KEY in app's env file local port : http://localhost:3003/

we should probably have a .env.example so we know what variable could be defined

@@ -0,0 +1,59 @@
import * as React from "react"
Copy link
Member

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?

Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants