feat: add Dockerfile, deploy pipeline, Ollama infra job, weekly cron
This commit is contained in:
@@ -250,7 +250,7 @@ fn split_message(text: &str) -> Vec<String> {
|
||||
.unwrap_or(safe_max);
|
||||
|
||||
chunks.push(remaining[..cut].trim().to_string());
|
||||
remaining = &remaining[cut..].trim_start();
|
||||
remaining = remaining[cut..].trim_start();
|
||||
}
|
||||
|
||||
if !remaining.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user