Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add confidential chat completions streaming endpoint and respon… #152

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

francis2tm
Copy link
Collaborator

…se schema

  • Introduced a new POST endpoint at /v1/confidential/chat/completions#stream for streaming chat completions.
  • Added the ConfidentialComputeStreamResponse schema to represent the streaming response structure.
  • Updated OpenAPI documentation to include the new endpoint and its associated request/response details.
  • Modified existing handlers to accommodate the new streaming functionality while maintaining backward compatibility.

…se schema

- Introduced a new POST endpoint at /v1/confidential/chat/completions#stream for streaming chat completions.
- Added the ConfidentialComputeStreamResponse schema to represent the streaming response structure.
- Updated OpenAPI documentation to include the new endpoint and its associated request/response details.
- Modified existing handlers to accommodate the new streaming functionality while maintaining backward compatibility.
Copy link
Contributor

@jorgeantonio21 jorgeantonio21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jorgeantonio21 jorgeantonio21 merged commit 454ce13 into main Jan 17, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants