Fix : ollama provider crash, Docs : readme improvement

This commit is contained in:
martin legrand
2025-02-27 12:08:14 +01:00
parent 35022765f7
commit be22f0232e
3 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ class Tools():
save_path = None
if start_tag not in llm_text:
return None
return None, None
while True:
start_pos = llm_text.find(start_tag, start_index)