mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 22:18:00 +00:00
chore: move recordings one directory upwards
This commit is contained in:
parent
08b4a1deb3
commit
2e5ca3f15c
28 changed files with 0 additions and 0 deletions
41
tests/integration/recordings/responses/1b8394f90636.json
Normal file
41
tests/integration/recordings/responses/1b8394f90636.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"url": "http://localhost:11434/api/generate",
|
||||
"headers": {},
|
||||
"body": {
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"prompt": "<|begin_of_text|>Complete the sentence using one word: Roses are red, violets are ",
|
||||
"raw": true,
|
||||
"options": {
|
||||
"temperature": 0.0,
|
||||
"max_tokens": 50,
|
||||
"num_predict": 50
|
||||
},
|
||||
"stream": false
|
||||
},
|
||||
"endpoint": "/api/generate",
|
||||
"model": "llama3.2:3b-instruct-fp16"
|
||||
},
|
||||
"response": {
|
||||
"body": {
|
||||
"__type__": "ollama._types.GenerateResponse",
|
||||
"__data__": {
|
||||
"model": "llama3.2:3b-instruct-fp16",
|
||||
"created_at": "2025-07-29T18:47:24.383192Z",
|
||||
"done": true,
|
||||
"done_reason": "stop",
|
||||
"total_duration": 2393598000,
|
||||
"load_duration": 90501917,
|
||||
"prompt_eval_count": 18,
|
||||
"prompt_eval_duration": 545025792,
|
||||
"eval_count": 43,
|
||||
"eval_duration": 1756031208,
|
||||
"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
|
||||
}
|
||||
},
|
||||
"is_streaming": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue