llama-stack-mirror/llama_stack/providers/remote/inference/passthrough
Ben Browning fcdeb3d7bf OpenAI completion prompt can also include tokens
The OpenAI completion API supports strings, array of strings, array of
tokens, or array of token arrays. So, expand our type hinting to
support all of these types.

Signed-off-by: Ben Browning <bbrownin@redhat.com>
2025-04-09 15:47:02 -04:00
..
__init__.py feat: inference passthrough provider (#1166) 2025-02-19 21:47:00 -08:00
config.py feat: inference passthrough provider (#1166) 2025-02-19 21:47:00 -08:00
passthrough.py OpenAI completion prompt can also include tokens 2025-04-09 15:47:02 -04:00