Support input_image content parts in the Responses API, matching
OpenAI's format: {"type": "input_image", "image_url": "data:..."}
Extracts the first image and passes it to llama-server for vision
models.
|
||
|---|---|---|
| .. | ||
| .gitkeep | ||
| __init__.py | ||
| auth.py | ||
| data_recipe.py | ||
| datasets.py | ||
| export.py | ||
| inference.py | ||
| models.py | ||
| responses.py | ||
| training.py | ||
| users.py | ||