Mamadou DICKO
|
d51d4a1e90
|
Frontend/test/chat 3 (#517)
* refactor: add addQuestion to chat api
* test(chat): add unit tests to addQuestion
|
2023-07-05 13:39:07 +02:00 |
|
Mamadou DICKO
|
68642afbb8
|
Frontend/test/chat 2 (#516)
* feat: add chat api
* refactor(MicButton): move related hook
* feat: add nock http call example
* test(useChatApi): add unit tests
|
2023-07-05 13:33:26 +02:00 |
|
Mamadou DICKO
|
9bb7ccf651
|
Frontend/test/chat 1 (#508)
* feat: add providers mocks
* test(<ChatPage/>: add render test using providers
|
2023-07-05 09:30:22 +02:00 |
|
Mamadou DICKO
|
6acb13d4ae
|
Frontend/test/chat (#496)
* refactor(<ChatPage/>)
* test(<ChatInput />): add unit tests
* test(<ChatMessages />): add unit tests
|
2023-07-03 17:39:59 +02:00 |
|
Matt
|
6f047f4a39
|
feat: streaming for standard brain picking (#385)
* feat: streaming for standard brain picking
* fix(bug): private llm
* wip: test
Co-authored-by: Mamadou DICKO <mamadoudicko@users.noreply.github.com>
* wip: almost good
Co-authored-by: Mamadou DICKO <mamadoudicko@users.noreply.github.com>
* feat: useFetch
* chore: remove 💀
* chore: fix linting
* fix: forward the request if not streaming
* feat: streaming for standard brain picking
* fix(bug): private llm
* wip: test
Co-authored-by: Mamadou DICKO <mamadoudicko@users.noreply.github.com>
* wip: almost good
Co-authored-by: Mamadou DICKO <mamadoudicko@users.noreply.github.com>
* feat: useFetch
* chore: remove 💀
* chore: fix linting
* fix: forward the request if not streaming
* fix: 💀 code
* fix: check_user_limit
* feat: brain_id to new chat stream
* fix: missing imports
* feat: message_id created on backend
Co-authored-by: Mamadou DICKO <mamadoudicko@users.noreply.github.com>
* chore: remove dead
* remove: cpython
* remove: dead
---------
Co-authored-by: Mamadou DICKO <mamadoudicko@users.noreply.github.com>
|
2023-06-30 10:10:59 +02:00 |
|
Stan Girard
|
8978c8ab37
|
fix(path): made sure the frontend called with a / at the end
|
2023-06-29 07:33:19 +02:00 |
|
Zineb El Bachiri
|
ccdc5bb7a7
|
Feat/multiple brains files (#361)
|
2023-06-28 19:39:27 +02:00 |
|
Stan Girard
|
bdccdf1a0a
|
perf(analytics): added tracking for file upload and chat (#376)
|
2023-06-26 12:54:07 +02:00 |
|
Mamadou DICKO
|
59fe7b089b
|
feat(chat): use openai function for answer (#354)
* feat(chat): use openai function for answer (backend)
* feat(chat): use openai function for answer (frontend)
* chore: refacto BrainPicking
* feat: update chat creation logic
* feat: simplify chat system logic
* feat: set default method to gpt-3.5-turbo-0613
* feat: use user own openai key
* feat(chat): slightly improve prompts
* feat: add global error interceptor
* feat: remove unused endpoints
* docs: update chat system doc
* chore(linter): add unused import remove config
* feat: improve dx
* feat: improve OpenAiFunctionBasedAnswerGenerator prompt
|
2023-06-22 17:50:06 +02:00 |
|