这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: anasfik/openai

Tags

v6.0.0

Toggle v6.0.0's commit message
fix(images): correct variation API return type to List<OpenAIImageData>

- Change variation() return type from List<OpenAIImageModel> to List<OpenAIImageData>
- Update interface and implementation to match actual API response structure
- Simplify response parsing by directly mapping data array to OpenAIImageData
- Fix example usage to work with correct return type
- Update tests: remove deprecated model.permission checks; fix audio transcription type assertions; correct file.list() return type handling

v5.0.0

Toggle v5.0.0's commit message
[ Remove ] reverted back the impl for stream timeout appliance

v4.1.5

Toggle v4.1.5's commit message
[ Edit ] fixed some issue caught at package deploy, minor changes

v4.1.2

Toggle v4.1.2's commit message
[ Edit ] disabled the debugging print method in the streaming http cl…

…ient method

v4.1.1

Toggle v4.1.1's commit message
[ Add ] version 4.1.1

1.9.1

Toggle 1.9.1's commit message
[ Add ] release 1.9.0

1.8.4

Toggle 1.8.4's commit message
[ Add ] release 1.8.4

1.8.0

Toggle 1.8.0's commit message
[ Add ] 1.8.0 release

1.6.1

Toggle 1.6.1's commit message
[ Fix ] fixed analyser type issue, edited documentation

1.5.5

Toggle 1.5.5's commit message
[ Remove ] removed title in Readme.md