- Change ChatCompletionRequest.stream default from True to False per OpenAI spec — curl without "stream" now returns a single JSON object - Fix non-streaming chat completions to include usage stats (was all 0s) - Add POST /v1/responses implementing OpenAI's Responses API format: accepts input as string or typed message array, returns Response objects with output_text content, supports both streaming and non-streaming modes |
||
|---|---|---|
| .. | ||
| .gitkeep | ||
| __init__.py | ||
| auth.py | ||
| data_recipe.py | ||
| datasets.py | ||
| export.py | ||
| inference.py | ||
| models.py | ||
| responses.py | ||
| training.py | ||
| users.py | ||