Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
f7a67b2
Add dashmap dependency (#405)
declark1 May 30, 2025
9d695e8
Add Chat Completions streaming support (#391)
declark1 Jun 3, 2025
efa5067
Upgrade open telemetry (#403)
mdevino Jun 3, 2025
a30f1a7
Add retry on eager (#393)
gkumbhat Jun 3, 2025
19d9452
Upgrade tonic to 0.13.1 (#407)
mdevino Jun 4, 2025
26e954c
Added Dockerfile.x86, Dockerfiles390x and removed Dockerfile (#399)
Sanketha-Cr Jun 5, 2025
863a312
Fix OpenAiClient error handling for streaming (#410)
declark1 Jun 5, 2025
e13682f
Drop warning for empty choice content (#411)
declark1 Jun 5, 2025
1a381cf
Upgrade open telemetry crates to 0.30 (#408)
mdevino Jun 5, 2025
77aabd9
Empty choice warning (#402)
mdevino Jun 6, 2025
9eeb45d
server::Error refactor (#412)
declark1 Jun 11, 2025
7f8be29
Update SseStream and error integration test cases (#413)
declark1 Jun 12, 2025
f0f41a3
OrchestratorConfig: deprecate chat_generation in favor of chat_comple…
mdevino Jun 12, 2025
ac25743
Upgrade dependencies (#415)
mdevino Jun 13, 2025
c9a7754
:wrench: Update config key and comments (#420)
evaline-ju Jun 16, 2025
07bb0f7
Add Mateus in CODEOWNERS
gkumbhat Jun 16, 2025
081515a
Merge pull request #421 from foundation-model-stack/Add-Mateus-as-mai…
mdevino Jun 16, 2025
e7152fe
Test s390x build (#423)
mdevino Jun 16, 2025
b350c62
Update Dockerfile.s390x for tls issue (#419)
Sanketha-Cr Jun 17, 2025
919f1c5
Add Dockerfile.ppc64le (#424)
varad-ahirwadkar Jun 17, 2025
b9878cf
Fix rust version for amd64 build (#425)
mdevino Jun 17, 2025
0eef7ae
Use rust:1 on dockerfiles (#426)
mdevino Jun 17, 2025
8c6c7ba
Make all ToolCall fields optional, rename Function to FunctionCall (#…
declark1 Jun 20, 2025
dd11043
Upgrade dependencies (#430)
mdevino Jun 26, 2025
5e9b6bf
fix: send chat completion chunk with finish reason and set role (#431)
declark1 Jun 27, 2025
de8a9fb
fix: only send non-empty choice text to detection input channel (#432)
declark1 Jun 27, 2025
281fcbf
:bug: Update OpenAI openAPI spec location (#433)
evaline-ju Jun 30, 2025
cf16d92
:bug: Update OpenAI openAPI spec location for standalone chat (#434)
evaline-ju Jun 30, 2025
1152b52
:memo::sparkles: API update to support detections on vLLM `/completio…
evaline-ju Jul 3, 2025
6408740
fix: OpenAiClient streaming error handling (#436)
declark1 Jul 3, 2025
f100a1c
fix: send [DONE] after all error messages (#437)
declark1 Jul 3, 2025
0bf0d28
Rename `chat_completions` config to `openai` (#438)
mdevino Jul 7, 2025
0dc9a38
Completions endpoint - unary text_contents detection (#446)
mdevino Jul 8, 2025
0185062
Invoke vLLM `/tokenize` endpoint on completions input detection (#448)
mdevino Jul 9, 2025
b26be49
Upgrade dependencies for release 0.12.0 (#451)
mdevino Jul 11, 2025
842a8d2
Add Chat Completions Streaming integration tests (#417)
declark1 Jul 16, 2025
2a4721b
Bugfix: Allow int/string stop_reasons (#453)
RobGeada Jul 16, 2025
3164f4a
Upgrade mocktail to 0.3.0, update tests to use new MockServer constru…
declark1 Jul 16, 2025
9a3fa0c
Add Chat Completions Streaming support for continuous_usage_stats (#456)
declark1 Jul 17, 2025
0fc040e
Rename ChatCompletionBatcher to CompletionBatcher (#458)
declark1 Jul 18, 2025
1ad9b94
Add completions streaming support (#457)
mdevino Jul 18, 2025
fda2b1f
Rename openai detection types (#459)
declark1 Jul 21, 2025
96de3d4
:construction_worker: Update builder layer to use UBI 9 minimal (#461)
evaline-ju Jul 23, 2025
528086b
Refactor detector clients to single DetectorClient (#462)
declark1 Jul 24, 2025
49687cc
Update DetectorConfig to support multiple detector types (#463)
declark1 Jul 24, 2025
fc667b4
Release 0.13.0 (#465)
mdevino Jul 24, 2025
b9d9b5d
fix: OpenTelemetry exporter fails with HTTP protocol (#466)
declark1 Jul 28, 2025
ad1d233
Add prompt token usage for chat completions response with input detec…
declark1 Jul 29, 2025
8eafbc3
Fix build failure for ppc64le (#471)
varad-ahirwadkar Jul 30, 2025
c0a6698
Add prompt_masks to CompletionsRequest, update input detection handle…
declark1 Jul 30, 2025
d735fc9
Update ClientMap get methods (#472)
declark1 Jul 30, 2025
517a8ff
Add CFLAGS to s390x build (#474)
mdevino Jul 31, 2025
b1f7817
Merge branch 'main' into SyncMain
RobGeada Aug 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# https://help.github.com/en/articles/about-code-owners
#

* @gkumbhat @evaline-ju @declark1
* @gkumbhat @evaline-ju @declark1 @mdevino
Loading