mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-23 19:56:42 +08:00
- Refactor content response - Update channel adaptor to support `claude_model` - Remove `null` stop reasons from content responses - Add logging for error responses - Change content start, ping, and message delta types to return true - Set stop reason to end turn when response does not include a stop reason - Set content response stop reason to null - Add error handling for unmarshalling stream responses - Rename `Completion` to `Text` in type definitions and `StopReason` to `Delta.StopReason` - Count tokens in the `Delta.Text` field of the response instead of `Completion` - Remove `Model` from the full text response - Trim \r from incoming data |
||
---|---|---|
.. | ||
adaptor.go | ||
constants.go | ||
main.go | ||
model.go |