2023-11-18T15:01:56Z - 2024-11-18T15:01:56Z
Overview
18 releases published by 2 users
Published
0.5.7
Published
0.5.6
Published
0.5.5
Published
0.5.3
Published
0.5.2
Published
0.5.1
Published
0.5.0
Published
0.4.0
Published
0.3.2
Published
0.3.1
Published
0.3.0
Published
0.2.3
Published
0.2.2
Published
0.2.1
Published
0.2.0
Published
0.1.1
Published
0.1.0
Published
0.0.1
20 pull requests merged by 1 user
Merged
#43 Updating deps, fixing model existence checking for prefixed models
Merged
#41 Fixing user request representation in the LLM request context (#40)
Merged
#38 nil pointer dereference fix (#37)
Merged
#35 Chat history and context improvements
Merged
#31 Raising the limit of history container size
Merged
#28 Chat history tweaks, handlers priority fix, system prompt clarification
Merged
#27 Adding in-memory chat history support, removing inline queries and some tweaks
Merged
#25 REAMDE.md fix
Merged
#24 Model configuration and small prompt improvements
Merged
#23 Rolling back summarizing to Mistral
Merged
#22 Changing default model to LLaMa3
Merged
#21 URL scheme whitelist and Inline Queries.
Merged
#19 Fixing a bunch of bugs and making some improvements
Merged
#12 Request context prompt fixes and improvements.
Merged
#11 Request context prompt fixes and improvements.
Merged
#10 Request contexts and some logging changes.
Merged
#8 Fixing private requests counter.
Merged
#7 Implementing simple stats counter (fix).
Merged
#6 Implementing simple stats counter
Merged
#1 Building Docker image in CI and README.md update
1 pull request proposed by 1 user
Proposed
#9 WIP: Configuration
20 issues closed from 1 user
Closed
#42 Models with a namespace (containing "/") couln't be used
Closed
#39 Can't send reply message error="telego: sendMessage(): api: 400 \"Bad Request: message text is empty\""
Closed
#40 User request message is misrepresented as system prompt
Closed
#37 nil pointer dereference
Closed
#36 Bot messages are not represented as assistant role
Closed
#32 Store all bot messages in chat history, not only replies to direct mention
Closed
#30 Rename MessageRingBuffer
Closed
#33 Add the text of the quoted message on reply to the context
Closed
#34 Add usernames to the context
Closed
#4 Configuration
Closed
#16 Add prefixed loggers for each component
Closed
#26 Chat history as context
Closed
#14 Add inline queries support
Closed
#20 Restrict summarizing only to HTTP and HTTPS url's.
Closed
#13 invalid memory address or nil pointer dereference
Closed
#15 Fix slog usage (BADKEY)
Closed
#18 Error while trying to cheer @<user> up
Closed
#17 Pass slog-based logger to telego
Closed
#2 Remove /comand from prompt
Closed
#5 Stats
2 issues created by 1 user
Opened
#3 Graceful shutdown
Opened
#29 Try go-readability for content extraction.