Utkarsh Srivastava
Utkarsh Srivastava
This pull request adds AutoConfiguration for PostgresML. **Checklist:** * Sign the [contributor license agreement](https://cla.pivotal.io/sign/spring) ✅ * Rebase your changes on the latest `main` branch and squash your commits ✅ *...
Hi! I added `enabled` field in `RouteDefinition` to support disabling a route without removing it. This change is backwards compatible as the default value of enabled field is `true` and...
Fixes: #502 ### Changes * Added support for `stream_options` in `ChatCompletionRequest` * Added `Usage` object in `ChatCompletionChunk` Official Docs: https://platform.openai.com/docs/api-reference/chat/create#chat-create-stream_options ### New API Checklist 1. ✅ Documentation for every variable...
OpenAI now supports `stream_options` as an input attribute in chat completions API which allows consumers to request token usage stats in streaming requests. Can we please add support for the...
**Describe the bug** GatewayMetricsFilter currently runs with order `NettyWriteResponseFilter.WRITE_RESPONSE_FILTER_ORDER + 1` I kind of understand the reasoning behind this, since `NettyWriteResponseFilter` flushes the response to client that is the reason...
### Description This issue has been open for almost 3 years now, multiple PRs have been raised and been rejected / closed. This PR another attempt to fix this issue....
#### Bug Report Checklist - [X] Have you provided a full/minimal spec to reproduce the issue? - [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [X]...
Added @ConditionalOnMissingBean on NettyRoutingFilter and NettyWriteResponseFilter Fixes: #3823 Signed-off-by: usrivastava92