llama-stack-mirror/llama_stack/providers/remote/inference/together
Ben Browning a6cf8fa12b OpenAI completion prompt can also be an array
The OpenAI completion prompt field can be a string or an array, so
update things to use and pass that properly.

This also stubs in a basic conversion of OpenAI non-streaming
completion requests to Llama Stack completion calls, for those
providers that don't actually have an OpenAI backend to allow them to
still accept requests via the OpenAI APIs.

Signed-off-by: Ben Browning <bbrownin@redhat.com>
2025-04-09 15:47:02 -04:00
..
__init__.py Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00
config.py feat: Add open benchmark template codegen (#1579) 2025-03-12 11:12:08 -07:00
models.py test: verification on provider's OAI endpoints (#1893) 2025-04-07 23:06:28 -07:00
together.py OpenAI completion prompt can also be an array 2025-04-09 15:47:02 -04:00