Releases: xp-forge/openai
Releases · xp-forge/openai
0.8.0: API fine touching
0.7.0: Realtime API
0.6.0: Uploads
0.5.0: Calls API
- Merged PR #13: Use marshalling for function calls. This way functions
can have their arguments converted from and return values converted
to JSON primitives
(@thekid) - Merged PR #12: Wrap function calling in
Calls
API. This simplifies
function calling by handling JSON de- and encoding as well as supplying
a default error handling mechanism
(@thekid)
0.4.0: Distribution strategy
0.3.0: Distribution
0.2.0: API Transmit
0.1.0: Extract from LernGPT
- Added support for optional organization and project identifiers, see
https://platform.openai.com/docs/api-reference/authentication
(@thekid) - Merged PR #4: Implement Azure AI endpoints, which differ in the way
they pass the API key and that they need an API version.
(@thekid) - Merged PR #3: Implement function calling and assistant tools support
(@thekid) - Added tracing capabilities to
com.openai.rest.OpenAIEndpoint
class
(@thekid) - Merged PR #2: Implement REST API - including support for streaming
(@thekid) - Merged PR #1: Add integration tests for
cl100k_base
ando200k_base
(@thekid)