Dmitry Afanasyev
|
a18c94882a
|
update dependencies (#86)
* update dependencies
* format code
|
2024-02-01 22:29:47 +03:00 |
|
Dmitry Afanasyev
|
bba21b4925
|
minor improvements (#82)
* update README.md
* add test for existing models
* db datetime to python datetime
* replace(tzinfo=None) in tests
|
2024-01-09 00:22:44 +03:00 |
|
Dmitry Afanasyev
|
28895f3510
|
remove models update from migrations (#80)
* add bot models update script
* add last question at field
* update README.md
|
2024-01-08 21:33:35 +03:00 |
|
Dmitry Afanasyev
|
de55d873f9
|
close dangerous api methods under api auth (#78)
* close dangerous api methods under api auth
* rename access_token method
|
2024-01-07 20:06:02 +03:00 |
|
Dmitry Afanasyev
|
8266342214
|
add ban user action (#77)
* add ban user action
* fix tests
* send message through update.effective_message
|
2024-01-07 16:08:23 +03:00 |
|
Dmitry Afanasyev
|
1e79c981c2
|
add user messages count action (#76)
* remove fastapi users dependency
* add user service to chatbot service
* add user save on bot info command
* add user model to admin
* fix tests
|
2024-01-07 02:14:44 +03:00 |
|
Dmitry Afanasyev
|
d1ae7f2281
|
add question count table (#73)
* update admin url
* update log level
* add user question count table
* rename ChatGpt to ChatGptModels
* change user to root in ci tests
* add chatgpt_shared volume
|
2023-12-28 14:26:29 +03:00 |
|
Dmitry Afanasyev
|
2359481fb7
|
add auth context (#62)
* add user table and superuser creation
* add gpt-4-stream-aivvm provider
* rename user migration to auth migration
|
2023-11-28 23:06:26 +03:00 |
|