go-gpt3
go-gpt3 copied to clipboard
Models, Files and Fine-Tuning APIs
Refactored each API into it's own file and added three new APIs. I also removed the Engines
API as it is now deprecated.
Changes
- [x] Implement Models API
- [x] Implement Files API
- [x] Implement Fine-Tune API
- [x] Write tests for the Models API
- [x] Write tests for the Files API
- [x] Write tests for the Fine-Tune API