Files
aicli/api/testdata/openai_success.json
Jay 1936f055e2
All checks were successful
Release / release (push) Successful in 3m17s
Refactored, added comprehensive testing.
2025-10-26 23:23:43 -04:00

10 lines
110 B
JSON

{
"choices": [
{
"message": {
"content": "This is the response text."
}
}
]
}