MaHDi
|
8af6d61e76
|
improve (importing): reorganization of the import structure (#964)
* reorganize import level
* add __init__, reorganize import from __init__
* reorganize import level
* reorganize import level
* fix circular import error by keep the import deep as "from models.settings"
* fix the relative import
* restor unwanted staged files
* add backend/venv and backend/.env to gitignore
* clean importing
|
2023-08-21 12:25:16 +02:00 |
|
Stan Girard
|
d0370ab499
|
feat(refacto): changed a bit of things to make better dx (#984)
|
2023-08-19 13:32:16 +02:00 |
|
Matt
|
e61f437ce8
|
Feat/backend core (#656)
|
2023-07-17 07:57:27 +01:00 |
|
Mamadou DICKO
|
9e9f531c99
|
Feat/static analysis (#582)
* feat: add static analysis
* chore: update Makefile add static analysis script
* chore: add vscode extensions recommandations
|
2023-07-10 14:27:49 +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 |
|