telegram-ollama-reply-bot/bot
2024-11-04 01:18:50 +03:00
..
bot.go Renaming MessageRingBuffer to MessageHistory (#30). 2024-11-04 01:18:50 +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 Renaming MessageRingBuffer to MessageHistory (#30). 2024-11-04 01:18:50 +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