Commit Graph

62 Commits

Author SHA1 Message Date
6bb835b29a fix: compare role in list
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-03-05 13:25:15 +08:00
de9a0b8626 fix: claude model as varibal
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-03-05 12:24:19 +08:00
73a8fb90e8 fix: lint
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-03-05 12:13:53 +08:00
90626d4d0a feat: claude
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-03-05 12:02:54 +08:00
e753b6ea26 Merge pull request #18 from F4ria/gemini-error-content-extraction
feat: extracting gemini's reply text from the exception if available
2023-12-28 12:56:15 +08:00
3fa51848be fix: replace exception raise with user-friendly message 2023-12-28 11:21:31 +08:00
0ddc3af8bf feat: extracting gemini's reply text from the exception if available. 2023-12-25 15:32:56 +08:00
0cf511b319 Update README.md 2023-12-19 18:03:11 +08:00
6d3526289f Merge pull request #17 from jinwyp/dev
feat: add custom python version for setup.sh
2023-12-19 15:20:58 +08:00
f858f2218c fix: LF not CRLF 2023-12-19 07:03:08 +08:00
a6a6f9ae4b feat: add custom python version for setup.sh
fix: LF not CRLF
feat: add custom python version for setup.sh
2023-12-19 07:02:25 +08:00
d58575b428 fix: map location wrong decorator is pass
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2023-12-18 12:21:35 +08:00
6e0ae560f9 Merge pull request #15 from kenwoodjw/feat/dockerfile
Feat/dockerfile
2023-12-18 09:34:49 +08:00
2c76a6b7d1 wqa
Merge branch 'main' of https://github.com/yihong0618/tg_bot_collections
2023-12-17 22:57:01 +08:00
e56b35cfd1 fix: markdown format 2023-12-17 22:56:54 +08:00
2cfecc53bc Update comments to English 2023-12-17 19:53:23 +08:00
5cc6a750bd Update README.md 2023-12-17 16:26:59 +08:00
df2b3f7a32 Create Dockerfile 2023-12-17 16:23:18 +08:00
9d43e7d7be Merge pull request #12 from eltociear/patch-1
Update map.py
2023-12-17 09:08:05 +08:00
dba36ffae8 Merge pull request #13 from jinwyp/dev
feat: Separate the configuration files into env
2023-12-17 08:00:40 +08:00
635ec3835b feat: Separate the configuration files into env 2023-12-17 02:26:35 +08:00
8b6865e72e Update map.py
probelematic -> problematic
2023-12-17 00:18:47 +09:00
b12ab51f35 Merge pull request #9 from jinwyp/main
feat: Add systemd service installation script to init project
2023-12-16 21:15:04 +08:00
cb739306ec Update README.md 2023-12-16 20:50:12 +08:00
3f2a768ede fix: reuse function
Signed-off-by: Frost Ming <me@frostming.com>
2023-12-16 18:23:22 +08:00
ea236d47a8 Merge pull request #11 from Pagliacii/main
feat: add `--disable-command` option
2023-12-16 16:30:04 +08:00
73a9c20bc7 chore: rename available_commands to list_available_commands 2023-12-16 14:37:41 +08:00
d410f48db6 feat(argparse): show available commands as choices for disable_command option 2023-12-16 14:30:05 +08:00
93fb98f7b5 feat: add --disable-command option to specify a command to disable 2023-12-15 22:23:10 +08:00
2fe34d1725 feat:Add systemd service to init project 2023-12-15 18:52:14 +08:00
384cc4656f Merge pull request #7 from frostming/fix/delete
fix: delete reply after done
2023-12-15 16:30:54 +08:00
f37dd9371c fix: delete reply after done
Signed-off-by: Frost Ming <me@frostming.com>
2023-12-15 15:54:28 +08:00
828530cc10 fix: change default temperature
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2023-12-15 15:09:05 +08:00
93ace3f53a Merge pull request #6 from frostming/feat/modularize
feat: Modularize handlers
2023-12-15 14:20:18 +08:00
7022776103 fix: tiny bug 2023-12-15 14:19:34 +08:00
33eb1bb197 fix bug
Signed-off-by: Frost Ming <me@frostming.com>
2023-12-15 14:08:22 +08:00
7af312834c add some comments
Signed-off-by: Frost Ming <me@frostming.com>
2023-12-15 14:05:49 +08:00
7a46a22262 feat: Modularize handlers
Signed-off-by: Frost Ming <me@frostming.com>
2023-12-15 14:00:18 +08:00
dbacdd60f0 fix: more info and ci
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2023-12-15 12:57:32 +08:00
08e9a41d7b doc: add acknowledge
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2023-12-15 09:41:23 +08:00
0e2d0420c6 feat: add gemini vision
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2023-12-14 22:50:17 +08:00
017f983784 fix: #4
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2023-12-14 22:33:00 +08:00
69bf476ea2 feat: gemini bot
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2023-12-14 19:59:18 +08:00
1f62958d3a doc: add info
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2023-12-12 15:41:19 +08:00
988ccc7265 Merge pull request #3 from frostming/fix/command
fix: command list
2023-12-12 15:33:05 +08:00
8676f069d3 fix: command list
Signed-off-by: Frost Ming <me@frostming.com>
2023-12-12 14:51:02 +08:00
cbfa805983 Merge pull request #2 from frostming/fix/command
fix: use spooled temp file to reduce memory usage
2023-12-12 14:41:04 +08:00
82b209fb22 fix: create tempfile in the outer scope
Signed-off-by: Frost Ming <me@frostming.com>
2023-12-12 14:33:50 +08:00
23484f5b7c fix: use spooled temp file to reduce memory usage
Signed-off-by: Frost Ming <me@frostming.com>
2023-12-12 12:07:48 +08:00
3007ed67a9 fix: don't use local files
Signed-off-by: Frost Ming <me@frostming.com>
2023-12-12 11:58:30 +08:00