mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 23:03:49 +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
|
@ -22,15 +22,15 @@
|
|||
"__type__": "ollama._types.GenerateResponse",
|
||||
"__data__": {
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"created_at": "2025-08-04T22:55:05.685988Z",
|
||||
"created_at": "2025-09-03T17:36:13.821929Z",
|
||||
"done": true,
|
||||
"done_reason": "stop",
|
||||
"total_duration": 14128980625,
|
||||
"load_duration": 7220159208,
|
||||
"total_duration": 1907912167,
|
||||
"load_duration": 90979292,
|
||||
"prompt_eval_count": 18,
|
||||
"prompt_eval_duration": 4658000000,
|
||||
"prompt_eval_duration": 77350291,
|
||||
"eval_count": 43,
|
||||
"eval_duration": 2224000000,
|
||||
"eval_duration": 1738568334,
|
||||
"response": " _______.\n\nThe best answer is blue. The traditional nursery rhyme goes like this:\n\nRoses are red,\nViolets are blue,\nSugar is sweet,\nAnd so are you! (Or something similar.)",
|
||||
"thinking": null,
|
||||
"context": null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue