mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +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:13:55.309172Z",
|
||||
"created_at": "2025-09-03T17:37:44.986629Z",
|
||||
"done": true,
|
||||
"done_reason": "stop",
|
||||
"total_duration": 2252068541,
|
||||
"load_duration": 240932958,
|
||||
"total_duration": 285693167,
|
||||
"load_duration": 110888542,
|
||||
"prompt_eval_count": 212,
|
||||
"prompt_eval_duration": 1979000000,
|
||||
"prompt_eval_duration": 163158250,
|
||||
"eval_count": 2,
|
||||
"eval_duration": 25000000,
|
||||
"eval_duration": 11080125,
|
||||
"response": "safe",
|
||||
"thinking": null,
|
||||
"context": null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue