llama-stack-mirror/llama_stack
Derek Higgins 2ec323ece1 fix: Update inference recorder to handle both Ollama and OpenAI model
o Handle Ollama format where models are nested under response['body']['models']
o Fall back to OpenAI format where models are directly in response['body']

Closes: #3457
Signed-off-by: Derek Higgins <derekh@redhat.com>
2025-09-17 16:26:15 +01:00
..
apis feat: create HTTP DELETE API endpoints to unregister ScoringFn and Benchmark resources in Llama Stack (#3371) 2025-09-15 12:43:38 -07:00
cli feat: migrate to FIPS-validated cryptographic algorithms (#3423) 2025-09-12 11:18:19 +02:00
core fix: Fixing prompts import warning (#3455) 2025-09-17 10:24:58 +02:00
distributions chore: various watsonx fixes (#3428) 2025-09-16 13:55:10 +02:00
models refactor(logging): rename llama_stack logger categories (#3065) 2025-08-21 17:31:04 -07:00
providers feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
strong_typing chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
testing fix: Update inference recorder to handle both Ollama and OpenAI model 2025-09-17 16:26:15 +01:00
ui build: Bump version to 0.2.22 2025-09-16 19:44:03 +00:00
__init__.py chore(rename): move llama_stack.distribution to llama_stack.core (#2975) 2025-07-30 23:30:53 -07:00
env.py refactor(test): move tools, evals, datasetio, scoring and post training tests (#1401) 2025-03-04 14:53:47 -08:00
log.py chore(pre-commit): add pre-commit hook to enforce llama_stack logger usage (#3061) 2025-08-20 07:15:35 -04:00
schema_utils.py feat(auth): API access control (#2822) 2025-07-24 15:30:48 -07:00