Skip to content

Chatbot Update #166

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

Closed
wants to merge 44 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
5a0dd38
got a chat bot
tonytrinh3 May 31, 2024
0662a76
now it pops up bottom right
tonytrinh3 May 31, 2024
384acfb
temp copy over chat compononents to be used
tonytrinh3 Jun 3, 2024
2ef526f
got chat gpt chat wokring
tonytrinh3 Jun 3, 2024
e7ffd9d
got chat gpt chat wokring
tonytrinh3 Jun 3, 2024
7fa63f4
remove api
tonytrinh3 Jun 4, 2024
10b798f
remove api
tonytrinh3 Jun 4, 2024
6c141c8
mask
tonytrinh3 Jun 4, 2024
acb75ae
trying to get chat stream bedrck to work
tonytrinh3 Jun 4, 2024
37bd718
megred
tonytrinh3 Jun 4, 2024
de24d43
you get a response now
tonytrinh3 Jun 4, 2024
031638f
it worksgit add .
tonytrinh3 Jun 4, 2024
2a2eb61
chat within chat box
tonytrinh3 Jun 5, 2024
f2773bd
tryin to limit response
tonytrinh3 Jun 5, 2024
5957534
got llama
tonytrinh3 Jun 5, 2024
156f3ee
couldn't get cohere to work
tonytrinh3 Jun 5, 2024
1c69a2e
maybe went back to invoke modle
tonytrinh3 Jun 7, 2024
6794981
trying to get it to work
tonytrinh3 Jun 10, 2024
f8820f6
got chatapi to work again
tonytrinh3 Jun 10, 2024
c2374f9
ld is hooked up on backend
tonytrinh3 Jun 10, 2024
3fffeef
cahtbot works
tonytrinh3 Jun 10, 2024
40b8405
switching flags work
tonytrinh3 Jun 10, 2024
568834c
chat bot works
tonytrinh3 Jun 10, 2024
6a347e3
added review icons
tonytrinh3 Jun 10, 2024
138ac62
created keys for metric
tonytrinh3 Jun 10, 2024
d341eda
able to spit out cohere
tonytrinh3 Jun 10, 2024
6e086f5
got cohere to work
tonytrinh3 Jun 10, 2024
7f25cee
loader
tonytrinh3 Jun 10, 2024
a0c8c43
change ar in chatbot
tonytrinh3 Jun 10, 2024
9523d42
added prompt specific
tonytrinh3 Jun 11, 2024
0bf2db7
moved setcookie to login and simplify logout function
tonytrinh3 Jun 11, 2024
c6a546a
standardized the word standard
tonytrinh3 Jun 11, 2024
84e0475
got backend to work with experimentaiton
tonytrinh3 Jun 11, 2024
27fdb88
experiment works
tonytrinh3 Jun 11, 2024
42ef82d
experiment works
tonytrinh3 Jun 11, 2024
83dae1f
chat scrolls top
tonytrinh3 Jun 12, 2024
d29476a
mobile responsive
tonytrinh3 Jun 12, 2024
9e23b94
added border and x button
tonytrinh3 Jun 12, 2024
6a44196
added powered by
tonytrinh3 Jun 12, 2024
a2336b4
added shadow to box
tonytrinh3 Jun 12, 2024
aeab255
bigger x button
tonytrinh3 Jun 12, 2024
f1ae808
change to blue
tonytrinh3 Jun 12, 2024
995c2a5
bigger message btn
tonytrinh3 Jun 12, 2024
0eff4ed
uninstall unused ai packages
tonytrinh3 Jun 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bigger x button
tonytrinh3 committed Jun 12, 2024
commit aeab2557893725772dbea2481a60c38a0fd58108
2 changes: 1 addition & 1 deletion components/chatbot/ChatBot.tsx
Original file line number Diff line number Diff line change
@@ -184,7 +184,7 @@ export default function Chatbot() {
className="ml-auto rounded-full"
onClick={() => setIsOpen(false)}
>
<XIcon className="h-4 w-4" />
<XIcon className="h-6 w-6" />
<span className="sr-only">Close Chatbot</span>
</Button>
</div>