llama-stack-mirror/tests/integration/common/recordings/ef551ef75be051a1ad3a395d310ee5e00ef99c31579c6438d30994a84d5e77a3.json
Eric Huang 521009048a test
# What does this PR do?


## Test Plan
2025-10-08 13:54:21 -07:00

58 lines
1.8 KiB
JSON

{
"test_id": null,
"request": {
"method": "POST",
"url": "http://0.0.0.0:11434/v1/v1/chat/completions",
"headers": {},
"body": {
"model": "llama3.2:3b-instruct-fp16",
"messages": [
{
"role": "user",
"content": "Test trace openai 2"
}
],
"stream": false,
"extra_body": {}
},
"endpoint": "/v1/chat/completions",
"model": "llama3.2:3b-instruct-fp16"
},
"response": {
"body": {
"__type__": "openai.types.chat.chat_completion.ChatCompletion",
"__data__": {
"id": "rec-ef551ef75be0",
"choices": [
{
"finish_reason": "stop",
"index": 0,
"logprobs": null,
"message": {
"content": "I'll be happy to test the OpenAI 2 model (also known as ChatGPT). Keep in mind that I'll respond with the model's output, which may not always align with your expectations.\n\nPlease go ahead and ask me anything you'd like to know or discuss. The topics can range from general knowledge, current events, science, technology, philosophy, any creative writing, ideas, discussions on various subjects, etc.\n\nLet's get started!",
"refusal": null,
"role": "assistant",
"annotations": null,
"audio": null,
"function_call": null,
"tool_calls": null
}
}
],
"created": 0,
"model": "llama3.2:3b-instruct-fp16",
"object": "chat.completion",
"service_tier": null,
"system_fingerprint": "fp_ollama",
"usage": {
"completion_tokens": 93,
"prompt_tokens": 31,
"total_tokens": 124,
"completion_tokens_details": null,
"prompt_tokens_details": null
}
}
},
"is_streaming": false
}
}