Tags: schjames/OpenAI-Unity
Tags
Squashed commit of the following: commit 0a669a9 Author: Sercan Altundas <srcnalt@users.noreply.github.com> Date: Tue Feb 21 00:25:24 2023 +0200 chore: tests are updated commit 3cbf63b Author: Sercan Altundas <srcnalt@users.noreply.github.com> Date: Tue Feb 21 00:25:13 2023 +0200 feat: form field helper methods are updated commit 5517326 Author: Sercan Altundas <srcnalt@users.noreply.github.com> Date: Tue Feb 21 00:24:51 2023 +0200 feat: form request updated
Android/WebGL Support (srcnalt#15) * feat: unity web req impl * feat: null and length check for results * feat: make form uploads with net.http only * chore: message updated * feat: arrays turned into list to prevent WebGL error * feat: samples are updated * feat: samples are updated * fix: minor fixes * feat: readme updated * chore: version bumped
Hardcoded Auth Key (srcnalt#12) * feat: let user set apikey and org in code * feat: set config if apikey is not null * chore: bump package version * chore: updated readme
Merge branch 'master' of https://github.com/srcnalt/OpenAI-Unity
Configuration Loading Updates (srcnalt#6) **Added** - Auth data type for API key and organization info. - File check for auth.json. - Caching configuration object instead of creating it after script compilation. **Changed** - DallE sample project scene name changed.
Error Handling (srcnalt#4) **Added** - Response type interface created, all responses now have an Error field. - Missing fields in Model and OpenAIFile added. - Error check in DispatchRequest methods. **Changed** - Model struct is now OpenAIModel class. **Fixed** - Typo in FineTune and Choice fields.