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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

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 3 times, most recently from f7cf15b to c081193 Compare January 22, 2025 16:32
@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

@siddhart1o1 siddhart1o1 Jan 23, 2025

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.

Copy link
Member Author

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 ?

@siddhart1o1 siddhart1o1 force-pushed the feat--chatbot-integration branch from 9bf91fb to d960dee Compare January 24, 2025 16:15
@siddhart1o1 siddhart1o1 force-pushed the feat--chatbot-integration branch from ce5f547 to fbec71b Compare January 28, 2025 12:55
@siddhart1o1 siddhart1o1 marked this pull request as ready for review January 28, 2025 14:36
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants