Releases: hanyuancheung/gpt-go
Releases · hanyuancheung/gpt-go
Release v0.1.0
- Release stable version of v0.1.0
- Fix GPT-4 model name call.
Release v0.0.3
- Update and fix the interface sign, and change all of them into pointer type.
- Add usage examples and cases into README, to let Users use to integrate into apps.
Release v0.0.2
- Support image generation API and so on.
Release v0.0.1
- Publish the first stable SDK, including GPT-4, and GPT-3 API calls.
- Define new models and old engines to support API calls.
- Add README to let newcomers access it quickly.