Commit Graph

124 Commits

Author SHA1 Message Date
ned
cf1ceba53f Merge pull request #50 from k3it/add-whisper-formats
Transcribe support for video messages and additional audio formats.
2023-03-11 10:59:26 +01:00
k3it
39aacc1d7d Transcribe support for video messages and additional audio formats. 2023-03-11 03:39:09 +00:00
ned
475310facd Merge pull request #48 from whyevenquestion1t/branch_for_merging
added a link to the /setinline command
2023-03-10 11:15:07 +01:00
whyevenquestion1t
a34d944c73 added a link to the /setinline command
added a link to the /setinline command
2023-03-09 21:02:13 -05:00
ned
b6a724277a update README.md 2023-03-09 12:23:11 +01:00
ned
2331a47924 added bot commands (fixes #47) 2023-03-09 12:17:37 +01:00
ned
34b79a5e2e update README.md 2023-03-07 21:00:26 +01:00
ned
7733bf28c0 move assistant_prompt and max_tokens to .env 2023-03-07 20:04:56 +01:00
ned
ea8d33066c update README.md 2023-03-06 17:27:43 +01:00
ned
c4e902b770 remove quotes in transcript answer 2023-03-06 16:14:41 +01:00
ned
b7d2aaae78 clearer output when answering voice messages (#40) 2023-03-06 16:10:43 +01:00
ned
94cc3a18d1 update README.md 2023-03-06 14:36:38 +01:00
ned
5e92f2f62d Merge branch 'feature/max-age-conversation' 2023-03-06 14:31:34 +01:00
ned
0eeb465e65 added max conversation age logic 2023-03-06 14:31:11 +01:00
ned
02dfd9902d Merge branch 'feature/voice-chat-mode' 2023-03-06 14:03:11 +01:00
ned
8fab052411 added option to reply to voice messages directly with the chatgpt response of the transcript 2023-03-06 14:00:07 +01:00
ned
06c7972012 update README.md 2023-03-06 13:45:35 +01:00
ned
d6848b5868 added support for inline query in groups 2023-03-06 13:42:37 +01:00
ned
d542a0f1ad Merge pull request #39 from k3it/main
Add support for group chats
2023-03-06 13:35:24 +01:00
k3it
60e9cd2bb1 Add support for group chats 2023-03-05 23:50:55 +00:00
ned
946f6a4189 Merge branch 'feature/summarize-history' 2023-03-05 21:26:34 +01:00
ned
ee88053431 [feat] automatic summary generation 2023-03-05 21:25:17 +01:00
ned
531329aacd simplify Dockerfile (thanks to @k3it) 2023-03-05 20:20:53 +01:00
ned
ed5d8bf384 simplify error logging 2023-03-05 20:15:10 +01:00
ned
f13b8b0f57 send exception errors to result text 2023-03-05 20:12:49 +01:00
ned
f9ff6b0d35 Dockerfile install ffmpeg 2023-03-05 20:11:04 +01:00
ned
c164f0a98b Merge branch 'feature/transcribe-audio-messages' 2023-03-04 18:25:32 +01:00
ned
dd12bdd893 update README.md 2023-03-04 17:51:33 +01:00
ned
8fe0c3068f [exp] transcribe audio messages (requires ffmpeg) 2023-03-04 17:34:04 +01:00
ned
71209d6088 update README.md 2023-03-03 11:22:20 +01:00
ned
bbfad4f04e minor improvements 2023-03-03 10:38:26 +01:00
ned
ec88c52aaf Merge pull request #33 from RogerRordo/main
Re-support proxy
2023-03-03 10:23:24 +01:00
ROrdo
223e10ff48 Re-support proxy 2023-03-03 12:15:34 +08:00
ned
a51b11de10 small fixes 2023-03-03 00:50:32 +01:00
ned
fdbd327f75 small fixes 2023-03-03 00:42:01 +01:00
ned
10220835ac update screenshots 2023-03-03 00:38:44 +01:00
ned
a4874ae117 Merge branch 'experimental' 2023-03-03 00:33:02 +01:00
ned
3b84bfe612 image reply to specific message 2023-03-03 00:32:19 +01:00
ned
cc2b45357e Merge branch 'main' into experimental
# Conflicts:
#	telegram_bot.py
2023-03-02 23:54:38 +01:00
ned
e2c2426bf2 use the /image command 2023-03-02 23:54:13 +01:00
ned
537cf44cb0 handle the /start command 2023-03-02 23:41:27 +01:00
ned
ed83682617 dalle image generation 2023-03-02 23:05:19 +01:00
ned
6a1b9c4cec multi-chat support 2023-03-02 21:58:41 +01:00
ned
f97489f49b added conf option to show token usage 2023-03-02 20:38:56 +01:00
ned
bd0aececa4 handle InvalidRequestError errors 2023-03-02 19:30:14 +01:00
ned
af524f7f84 better rate limiting error message 2023-03-02 19:09:05 +01:00
ned
f15b59ea7b defaul n_choices to 1 2023-03-02 19:04:18 +01:00
ned
926b37d3eb small README fixes 2023-03-02 19:03:17 +01:00
ned
65f14e4004 support multiple answers and model parameters 2023-03-02 19:00:49 +01:00
ned
1ebd91cc80 added customizable initial assistant prompt 2023-03-02 17:53:57 +01:00