mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-15 14:43:48 +00:00
feat: Adding OpenAI Compatible Prompts API
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
30117dea22
commit
8b00883abd
181 changed files with 21356 additions and 10332 deletions
|
@ -20,15 +20,15 @@
|
|||
"__type__": "ollama._types.GenerateResponse",
|
||||
"__data__": {
|
||||
"model": "llama-guard3:1b",
|
||||
"created_at": "2025-08-01T23:12:53.332041Z",
|
||||
"created_at": "2025-09-03T17:37:34.607413Z",
|
||||
"done": true,
|
||||
"done_reason": "stop",
|
||||
"total_duration": 365895333,
|
||||
"load_duration": 257825208,
|
||||
"total_duration": 267812042,
|
||||
"load_duration": 181570000,
|
||||
"prompt_eval_count": 213,
|
||||
"prompt_eval_duration": 78000000,
|
||||
"prompt_eval_duration": 73947375,
|
||||
"eval_count": 2,
|
||||
"eval_duration": 28000000,
|
||||
"eval_duration": 11708000,
|
||||
"response": "safe",
|
||||
"thinking": null,
|
||||
"context": null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue