This website requires JavaScript.
Explore
Help
Register
Sign In
skobkin
/
telegram-ollama-reply-bot
Watch
1
Star
0
Fork
You've already forked telegram-ollama-reply-bot
0
Code
Issues
2
Pull requests
1
Releases
Activity
c33eb3fe35
telegram-ollama-reply-bot
/
bot
History
Alexey Skobkin
5280fe8a2e
All checks were successful
continuous-integration/drone/push
Build is passing
Details
continuous-integration/drone/pr
Build is passing
Details
Fixing user request representation in the LLM request context (
#40
).
2024-11-04 02:24:00 +03:00
..
bot.go
Fixing user request representation in the LLM request context (
#40
).
2024-11-04 02:24:00 +03:00
helpers.go
#26
Adding in-memory chat history support. Removing inline queries. Refactoring stats and message processing a bit. Also changing LLM request context building a bit. Also adding alias for summarization and some other small changes.
2024-10-28 00:35:35 +03:00
logger.go
Fix
#17
. Implementing slog-based logger for telego and passing it into the library.
2024-03-12 23:05:52 +03:00
message_history.go
Fixing user request representation in the LLM request context (
#40
).
2024-11-04 02:24:00 +03:00
middleware.go
#26
Adding in-memory chat history support. Removing inline queries. Refactoring stats and message processing a bit. Also changing LLM request context building a bit. Also adding alias for summarization and some other small changes.
2024-10-28 00:35:35 +03:00
models.go
Model configuration and small prompt improvements (
#24
)
2024-08-16 00:47:07 +00:00
request_context.go
Adding usernames to the message context (
#34
). Adding text of reply-quoted message to the context (
#33
). Refactoring context creation and presentation.
2024-11-04 01:18:42 +03:00