- Arkhangelsk, Russia
- https://skobk.in
- Joined on
2022-03-02
db92c01131
Merge pull request 'URL scheme whitelist and Inline Queries.' (#21) from fix_chat_type_middleware_nil_pointer into main
7bb5c65d59
Closes #14. Adding inline queries. Also small refactoring of context prompt based on RequestContext.
ca005a9370
Extracting request context creation to separate file.
d890faf461
Fix #20 disallowing any URL except http:// and https://. Extracting helper methods to separate file.
skobkin
deleted branch fix_chat_type_middleware_nil_pointer from skobkin/telegram-ollama-reply-bot
2024-03-13 01:20:08 +03:00
Restrict summarizing only to HTTP and HTTPS url's.
Add inline queries support
URL scheme whitelist and Inline Queries.
URL scheme whitelist and Inline Queries.
skobkin
created branch fix_chat_type_middleware_nil_pointer in skobkin/telegram-ollama-reply-bot
2024-03-13 01:18:15 +03:00
skobkin
pushed to fix_chat_type_middleware_nil_pointer at skobkin/telegram-ollama-reply-bot
2024-03-13 01:18:15 +03:00
7bb5c65d59
Closes #14. Adding inline queries. Also small refactoring of context prompt based on RequestContext.
ca005a9370
Extracting request context creation to separate file.
d890faf461
Fix #20 disallowing any URL except http:// and https://. Extracting helper methods to separate file.
Restrict summarizing only to HTTP and HTTPS url's.
skobkin
deleted branch fix_chat_type_middleware_nil_pointer from skobkin/telegram-ollama-reply-bot
2024-03-12 23:08:51 +03:00
993c71ca71
Merge pull request 'Fixing a bunch of bugs and making some improvements' (#19) from fix_chat_type_middleware_nil_pointer into main
3fa7c2434f
Fix #17. Implementing slog-based logger for telego and passing it into the library.
d3c0bc28f1
Fix #18. Escaping underscore symbols to avoid Telegram's Bot API "Markdown" (v1) parser errors.
38fcd1a5a9
Adding API URL suffix to the README.md.
bfacbb9f98
Tweaking summarizer prompt a bit.
Fix slog usage (BADKEY)
Fixing a bunch of bugs and making some improvements
invalid memory address or nil pointer dereference
Pass slog-based logger to telego
Error while trying to cheer @<user> up
Fixing a bunch of bugs and making some improvements