Files
ollama/openai
Bruce MacDonald f82d00af74 openai: do not separate images into their own messages
- Changed the case []any: branch to accumulate text and images into slices first, then create a single api.Message at the end
- Multiple text parts are joined with \n\n
- All images are collected into a single Images slice
2025-12-18 14:07:31 -08:00
..