mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-15 22:47:59 +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": "llama3.2:3b-instruct-fp16",
|
||||
"created_at": "2025-07-31T17:50:00.921192644Z",
|
||||
"created_at": "2025-09-03T17:39:36.919474Z",
|
||||
"done": true,
|
||||
"done_reason": "stop",
|
||||
"total_duration": 2073152067,
|
||||
"load_duration": 42902450,
|
||||
"total_duration": 470635833,
|
||||
"load_duration": 113755958,
|
||||
"prompt_eval_count": 23,
|
||||
"prompt_eval_duration": 795517987,
|
||||
"prompt_eval_duration": 67480542,
|
||||
"eval_count": 8,
|
||||
"eval_duration": 1234259942,
|
||||
"eval_duration": 288746541,
|
||||
"response": "The capital of France is Paris.",
|
||||
"thinking": null,
|
||||
"context": null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue