Skip to content

v1.0

Latest
Compare
Choose a tag to compare
@brightprogrammer brightprogrammer released this 20 Dec 04:31
3412096

What's Changed

  • Add Required v1 API Features With Tests & CI by @brightprogrammer in #2
  • All required v1 API endpoints supported.
  • Removed local database.
  • Logging is now available globally, this means generated logs will capture messages from creait as well as programs where it's used.
  • Config is now easier, just two values required (host, api_key)
  • Model selection and usage is done using string values instead of enum values.
  • Basic CI tests added.
  • Mock API for testing.

Full Changelog: v0.1.1...v1.0