You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for removing usage in every stream chunk response. (#1022)
* Fix for #1021:
1. Make Usage field in completions Response to pointer.
* Fix for #1021:
1. Make Usage field in completions Response to pointer.
2. Add omitempty to json tag
Signed-off-by: Hritik003 <hritik.raj@nutanix.com>
---------
Signed-off-by: Hritik003 <hritik.raj@nutanix.com>
feat: Add missing TTS models and voices (#958)
* feat: Add missing TTS models and voices
* feat: Add new instruction field to create speech request
- From docs: Control the voice of your generated audio with additional instructions. Does not work with tts-1 or tts-1-hd.
* fix: add canary-tts back to SpeechModel
add enum tag to jsonschema (#962)
* fix jsonschema tests
* ensure all run during PR Github Action
* add test for struct to schema
* add support for enum tag
* support nullable tag