Commit Graph

379 Commits

Author SHA1 Message Date
ned
f1016aafce Merge pull request #230 from n3d1117/feature/inline-queries-translation-and-fixes
Inline queries: fix duplicated messages in group chats and added translations
2023-04-15 12:57:08 +02:00
ned
38c24e9d58 inline queries: fix duplicated messages in group chats and added translations 2023-04-15 12:55:03 +02:00
ned
ddd70ebebe Merge pull request #101 from bugfloyd/feat/working_inline_queries
Enhance Inline Query Functionality with Action Button and Improved Caching
2023-04-15 12:53:30 +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
“Yashar
5f1e70efd1 Merge branch 'main' into feat/working_inline_queries
# Conflicts:
#	bot/telegram_bot.py
2023-04-15 02:15:08 +02:00
ned
3dec03d72b Merge pull request #226 from muhammed540/Turkish-language
tr language minor changes
2023-04-14 13:25:21 +02:00
muhammed540
f6a7a2f0ca minor changes 2023-04-14 14:22:38 +03:00
ned
2976e92e08 Merge pull request #222 from n3d1117/translation/italian
🇮🇹 Added italian translation and minor translation fixes
2023-04-14 11:04:12 +02:00
ned
328db9d469 added italian translation 2023-04-14 10:44:32 +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
56afe444fa added translations info to README 2023-04-14 00:28:35 +02:00
AlexHTW
1e0ddd75ec fixed punctuations in translations.json 2023-04-13 22:02:52 +02:00
AlexHTW
47babe8529 improved consistency in text localizations 2023-04-13 18:03:42 +02:00
AlexHTW
2011281bad small fix tukish translation #3 @muhammed540 2023-04-13 17:07:44 +02:00
AlexHTW
f7fd85035e small fix turkish translation @muhammed540 2023-04-13 16:47:10 +02:00
AlexHTW
810ad89534 improved some turkish translations @muhammed540 2023-04-13 16:39:47 +02:00
AlexHTW
acf500e92d added translations for messages from openai_helper 2023-04-13 16:11:21 +02:00
AlexHTW
4b650318ec added turkish translations, credit @muhammed540 2023-04-13 16:10:43 +02:00
ned
980aa15293 Merge pull request #216 from AlexHTW/fix-token-count-if-stream-false
Fix token counting if stream=false
2023-04-13 13:15:07 +02:00
AlexHTW
78113742cc updated README and .env.example 2023-04-13 02:22:03 +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
Alexander Hinzer
2598ac1f5c fixed refactored keys for german translations 2023-04-12 23:13:47 +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
AlexHTW
ab29487b8d added language setting to env.example and readme 2023-04-12 01:02:10 +02:00
AlexHTW
0130faaf27 added german and russian translations for bot msgs 2023-04-12 00:52:39 +02:00
ned
c6932c8a12 Updated README.md and .env.example 2023-04-11 18:51:01 +02:00
ned
e7eb569a73 Merge pull request #199 from slippersheepig/patch-1
Add arm64 platform image
2023-04-10 17:31:04 +02:00
sheepgreen
d22273d56b remove spaces 2023-04-10 23:29:35 +08:00
ned
1c41c4459f Update README.md 2023-04-10 17:26:50 +02:00
ned
35865021ea Merge pull request #178 from AlexHTW/add-budget-types
Add budget periods and improvements
2023-04-10 17:13:02 +02:00
sheepgreen
7bd2eb3b38 Add arm64 platform image
This should fix [#196](https://github.com/n3d1117/chatgpt-telegram-bot/issues/196#issue-1659479750)
2023-04-08 21:27:34 +08:00
ned
ebf512b265 update README.md 2023-04-08 11:14:09 +02:00
ned
9f10f69756 bump dependencies 2023-04-06 18:25:06 +02:00
ned
9c75bb6e32 Merge pull request #189 from n3d1117/feature/group-chat-command
Added `chat` commands to initiate chat in groups
2023-04-06 17:46:13 +02:00
ned
3592fa0a9d added chat commands to initiate chat in groups 2023-04-06 16:24:56 +02:00
Alexander Hinzer
d365c246c0 Merge branch 'main' into add-budget-types 2023-04-06 15:46:50 +02:00
ned
2e1d3bac23 Merge pull request #188 from AlexHTW/fix-default-transcription-price
Fixed default transcription price
2023-04-06 15:42:25 +02:00
AlexHTW
ed4434901c changed default transcription price to 0.006 2023-04-06 15:34:48 +02:00
Joker_
901a1ed99a Ignore empty value when validating user IDs 2023-04-06 15:11:17 +02:00
ned
8de8b1037c Use a unique id for inline queries (fix #181) 2023-04-06 15:10:03 +02:00
ned
5ffe144824 Merge pull request #186 from JokerQyou/userid-patch-1
Ignore empty value when validating user IDs
2023-04-06 12:54:19 +02:00
Joker_
9c4c2e7c82 Ignore empty value when validating user IDs 2023-04-06 12:36:03 +08:00
AlexHTW
42a1e7120a linked budget manual in README 2023-04-05 15:40:55 +02:00
AlexHTW
9cc881caf0 fixed default price for transcriptions
removed double quotes from README descriptions
2023-04-05 13:36:26 +02:00
AlexHTW
373f6ba872 refactored budget_type to budget_period
added descriptions to README
2023-04-04 16:40:41 +02:00
ned
7881921345 Use a unique id for inline queries (fix #181) 2023-04-04 15:24:53 +02:00
AlexHTW
4fcf0e05d5 improved naming of budget 2023-04-04 02:45:27 +02:00