gilcu3
|
6de497dac8
|
added stream support
|
2023-11-20 15:10:54 +01:00 |
|
gilcu3
|
28ec9f9eef
|
Merge branch 'main' into vision-support
|
2023-11-18 18:05:27 +01:00 |
|
ned
|
9c4178c1f0
|
Update telegram_bot.py
|
2023-11-18 16:32:19 +01:00 |
|
ned
|
59ce528219
|
Merge branch 'main' into tts-support
|
2023-11-18 16:17:17 +01:00 |
|
gilcu3
|
1ec7ae1d82
|
fix bug when telegram fails to parse message
|
2023-11-14 16:14:52 +01:00 |
|
gilcu3
|
b2f2114e36
|
change to use image files in memory
|
2023-11-09 18:18:15 +01:00 |
|
gilcu3
|
f69f9e5034
|
vision support for history (not including the image itself)
|
2023-11-09 17:52:14 +01:00 |
|
gilcu3
|
4c29d7bcfc
|
respect keyword in group, vision
|
2023-11-09 17:19:09 +01:00 |
|
gilcu3
|
9e7d8701cd
|
added support for vision
|
2023-11-08 17:56:27 +01:00 |
|
gilcu3
|
d637e35498
|
added tts generation support
|
2023-11-08 13:55:58 +01:00 |
|
gilcu3
|
f06051cfa0
|
add image receive mode
|
2023-11-07 12:52:34 +01:00 |
|
root
|
07e2bf9854
|
add comments
|
2023-08-24 10:02:27 +00:00 |
|
root
|
70bd963e74
|
Remove Imaging Data from the /stats Command
|
2023-08-24 09:51:06 +00:00 |
|
root
|
4cff5b0fab
|
Show /image only if it is enabled in settings
|
2023-08-19 17:23:41 +00:00 |
|
ned
|
e1f328bf6f
|
Merge branch 'main' into feature/support-functions
# Conflicts:
# README.md
|
2023-08-04 18:07:17 +02:00 |
|
ned
|
3d2231a320
|
removed billing apis call - fix #385
|
2023-07-28 21:42:39 +02:00 |
|
Stanislav Lysenko
|
4b15bafb9e
|
Simplifying the code for the message reply
|
2023-07-04 13:55:42 +03:00 |
|
ned
|
0597b8ef35
|
added youtube audio extractor, dice, and direct response for images
|
2023-07-03 22:18:43 +02:00 |
|
ned
|
37f279e73b
|
added translate and image-search plugins
|
2023-06-22 21:13:15 +02:00 |
|
stanislavlysenko
|
8d40ae7b42
|
(fix) Passing context
|
2023-06-20 12:07:50 +03:00 |
|
ned
|
c1bfda47b5
|
improvements and added initial spotify plugin
|
2023-06-19 19:53:34 +02:00 |
|
ned
|
d86cd38527
|
update utils.py
|
2023-06-18 00:45:19 +02:00 |
|
ned
|
cf418a2fc5
|
update README.md
|
2023-06-18 00:41:00 +02:00 |
|
ned
|
96fb76ef44
|
auto retry while rate limited using tenacity
|
2023-06-14 12:35:23 +02:00 |
|
ned
|
fdd76ee845
|
Fixes #336
|
2023-06-14 10:42:10 +02:00 |
|
ned
|
075df1e75a
|
move utils funcs to standalone file
|
2023-05-06 12:30:55 +02:00 |
|
stanislavlysenko0912
|
b37946c85f
|
feat(telegram_bot.py): add support for quoting replied messages in group chats
This allows users to quote a message when replying to it in a group chat, making the conversation context clearer.
|
2023-05-05 15:06:39 +03:00 |
|
ned
|
c83dc8f64c
|
minor improvements
|
2023-04-22 13:08:17 +02:00 |
|
Ivan Milov
|
9b8210fdf2
|
Simplify telegram_config setter
|
2023-04-21 13:44:04 +02:00 |
|
Ivan Milov
|
a919cbb71e
|
Set voice starters to make prompt out of the transcript
|
2023-04-21 13:21:30 +02:00 |
|
ned
|
10f47d6921
|
use reply_text and get_thread_id
|
2023-04-18 19:16:01 +02:00 |
|
ned
|
64dd658269
|
Merge branch 'main' into feature/topic-support
|
2023-04-18 18:45:13 +02:00 |
|
ned
|
36dd6dc417
|
fix exception when bot is added to a channel
|
2023-04-16 11:16:49 +02:00 |
|
ned
|
c0b57ba92e
|
relax cutoff values and only consider first 4096 chars
|
2023-04-15 23:57:39 +02:00 |
|
bugfloyd
|
edc1e0c9a4
|
Add streaming support for inline-query responses
|
2023-04-15 20:55:40 +02:00 |
|
ned
|
69e6f0c663
|
fix wrong is_admin parameter
|
2023-04-15 17:57:24 +02:00 |
|
ned
|
595add64b2
|
experimental support for telegram topics
should fix #192
|
2023-04-15 17:55:19 +02:00 |
|
bugfloyd
|
34b0916bcc
|
Remove duplicated codes
define new method in ChatGPTTelegramBot:
add_chat_request_to_usage_tracker
define new method add_current_costs in UsageTracker
|
2023-04-15 15:44:32 +02:00 |
|
bugfloyd
|
37a0f0ce5e
|
Improve variable names & defs
Fix shadow names
Convert unused method parameters to private
Fix variable referenced before assignment
Improve parameter docs
|
2023-04-15 15:18:17 +02:00 |
|
bugfloyd
|
431aeecd95
|
Apply PEP8 styling standard & reformat
|
2023-04-15 14:47:30 +02:00 |
|
ned
|
38c24e9d58
|
inline queries: fix duplicated messages in group chats and added translations
|
2023-04-15 12:55:03 +02:00 |
|
“Yashar
|
f77743da0a
|
Disable bot cache for inline queries
|
2023-04-15 05:16:14 +02:00 |
|
“Yashar
|
a7159e609d
|
Merge main into feat/working_inline_queries
Handle disallowed_message & budget_limit_message for inline queries
|
2023-04-15 05:06:18 +02:00 |
|
ned
|
04378b3845
|
fix translation when budget is all-time and minor fixes
|
2023-04-14 10:44:04 +02:00 |
|
ned
|
2ec69830d6
|
Merge pull request #214 from AlexHTW/multi-language-support
Multi language support
|
2023-04-14 10:05:51 +02:00 |
|
AlexHTW
|
47babe8529
|
improved consistency in text localizations
|
2023-04-13 18:03:42 +02:00 |
|
AlexHTW
|
acf500e92d
|
added translations for messages from openai_helper
|
2023-04-13 16:11:21 +02:00 |
|
AlexHTW
|
df1d405b58
|
refactored language to bot_language
"language" seems to be reserved on some systems for
the actual system language
|
2023-04-13 02:14:11 +02:00 |
|
AlexHTW
|
f045579a3f
|
Added a warning log for the responsible exception
|
2023-04-12 10:53:19 +02:00 |
|
AlexHTW
|
cc47a18078
|
changed the scope of total_tokens if stream=false
|
2023-04-12 10:40:01 +02:00 |
|