Added merge
All checks were successful
Publish Metadata Agent Image / build-and-push-image (push) Successful in 1m7s
Publish Web Player Image / build-and-push-image (push) Successful in 1m11s
Publish Server Image / build-and-push-image (push) Successful in 2m14s

This commit is contained in:
2026-03-19 00:55:49 +00:00
parent 4a272f373d
commit e1782a6e3b
13 changed files with 949 additions and 23 deletions

View File

@@ -121,7 +121,7 @@ struct OllamaResponseMessage {
content: String,
}
async fn call_ollama(
pub async fn call_ollama(
base_url: &str,
model: &str,
system_prompt: &str,