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
|
@ -20,15 +20,15 @@
|
|||
"__type__": "ollama._types.GenerateResponse",
|
||||
"__data__": {
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"created_at": "2025-07-31T17:51:16.201313167Z",
|
||||
"created_at": "2025-09-03T17:39:54.374714Z",
|
||||
"done": true,
|
||||
"done_reason": "stop",
|
||||
"total_duration": 27475921912,
|
||||
"load_duration": 40564716,
|
||||
"total_duration": 6321793333,
|
||||
"load_duration": 182255958,
|
||||
"prompt_eval_count": 25,
|
||||
"prompt_eval_duration": 964907432,
|
||||
"prompt_eval_duration": 67964459,
|
||||
"eval_count": 150,
|
||||
"eval_duration": 26469935419,
|
||||
"eval_duration": 6070867875,
|
||||
"response": "The smallest country in the world is the Vatican City, which has a total area of approximately 0.44 km\u00b2 (0.17 sq mi). It is an independent city-state located within Rome, Italy, and is home to the Pope and the central government of the Catholic Church.\n\nTo put that into perspective, the Vatican City is smaller than a golf course! Despite its tiny size, it has its own government, currency, postal system, and even its own police force. It's also home to numerous iconic landmarks like St. Peter's Basilica and the Sistine Chapel.\n\nInterestingly, the Vatican City is not only the smallest country in the world but also the most densely populated, with a population of just over 800 people!",
|
||||
"thinking": null,
|
||||
"context": null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue