Commit Graph

43 Commits

Author SHA1 Message Date
ned
3592fa0a9d added chat commands to initiate chat in groups 2023-04-06 16:24:56 +02:00
ned
7881921345 Use a unique id for inline queries (fix #181) 2023-04-04 15:24:53 +02:00
ned
ae9243a6c4 add option to disable quoting in private chats 2023-04-03 19:50:08 +02:00
ned
fb17a5d86e remove failing credit_grants API call (fix #163) 2023-04-02 11:05:47 +02:00
ned
7cba39d1f9 allow disabling image generation and transcriptions (#129) 2023-04-01 10:45:52 +02:00
ned
5062280140 made group trigger keyword case insensitive
fix #140
2023-04-01 10:19:08 +02:00
ned
b47768b66f fix #151 for messages containing broken markdown 2023-03-31 12:50:04 +02:00
ned
bd149d9c4a minor improvements 2023-03-31 12:44:02 +02:00
Alexander Hinzer
db0fcfce7b fixed is_user_in_group 2023-03-31 00:53:15 +02:00
Alexander Hinzer
3d79dcfb3d added check of admin list to group permission 2023-03-31 00:17:24 +02:00
ned
60cf806c44 minor improvements 2023-03-29 10:47:48 +02:00
ned
fec6694bb7 Merge pull request #89 from VolunPotest/main
New resend command
2023-03-29 10:43:27 +02:00
VolunPotest
0aaa7a46fb pop message from self.last_message 2023-03-28 22:02:53 +02:00
VolunPotest
01638d3756 Add resend command 2023-03-28 21:57:51 +02:00
Alexander Hinzer
bddf84e469 added user id to all logs 2023-03-28 21:23:17 +02:00
ned
77a500a1ff some refactoring 2023-03-28 12:59:19 +02:00
ned
bd4fe58551 initial support for continuous chat indicators 2023-03-28 10:44:34 +02:00
ned
f55ff46a6c handle exceptions with markdown 2023-03-27 17:22:05 +02:00
ned
f8f3c229c3 minor improvements 2023-03-27 17:14:50 +02:00
Joker
c7c836c12e Trim all bot commands from message text 2023-03-27 22:23:21 +08:00
ned
e4ea02ae23 minor improvements 2023-03-27 11:32:21 +02:00
ned
bc6a4e48f0 handle streaming responses over 4096 characters 2023-03-27 00:46:19 +02:00
ned
ff188ce1c2 lower stream latency and added some backoff 2023-03-26 15:58:11 +02:00
ned
50647ffdc0 also handle generic error while streaming response 2023-03-26 13:04:16 +02:00
ned
789d6cd0bc made is_admin not async 2023-03-26 12:46:46 +02:00
ned
1a87a44421 Merge pull request #103 from AlexHTW/add-balance-function
Add balance functions to stats command
2023-03-26 12:46:05 +02:00
ned
1841bb58fc do not fail if total_tokens is not set 2023-03-26 12:28:38 +02:00
ned
26322b7bd9 initial stream message replies to original message 2023-03-25 19:47:59 +01:00
ned
99d98d2048 initial stream support 2023-03-25 19:36:56 +01:00
ned
1a28b6b683 minor improvements 2023-03-25 14:53:00 +01:00
AlexHTW
be35c811c9 added admin_user_ids variable to env
updated functions accordingly
improved (?) stats output look
2023-03-25 00:12:14 +01:00
AlexHTW
29ecd1723c removed balance from botcommands 2023-03-23 01:08:28 +01:00
AlexHTW
57edb16000 added grant balance and openAI usage to stats 2023-03-23 00:56:02 +01:00
AlexHTW
3b2fabd188 added functions is_admin and get_remaining_budget 2023-03-23 00:37:31 +01:00
deanxizian
e0974f80fe Add balance inquiry function 2023-03-23 00:37:31 +01:00
ned
649f486fdb Merge pull request #99 from kamil-malinski/main
makes bot reply to quotes of its own messages in a group
2023-03-22 21:03:51 +01:00
root
f9cb4faf19 makes bot reply to quotes of its own messages in a group 2023-03-22 12:00:05 +00:00
Carl Sverre
5e9dd9a846 added current conversation stats to /stats 2023-03-21 09:43:51 -07:00
Gerardo Parrello
a1e854a279 extend command description 2023-03-19 21:23:13 +01:00
Gerardo Parrello
7d62305444 allow content passed by system role to be customized on reset 2023-03-19 21:18:15 +01:00
ned
af3dec1bf5 use async version of openai methods 2023-03-18 23:03:56 +01:00
ned
03a317efe4 improve Dockerfile and bug fixes 2023-03-18 22:53:04 +01:00
ned
256369ca90 reorganize folders 2023-03-18 22:22:55 +01:00