Skip to content

0.1.6

Compare
Choose a tag to compare
@24rr 24rr released this 21 Sep 12:54
· 14 commits to main since this release

rusty-openai v0.1.6 Release Notes

  • Code Optimization: Introduced serialization structs and reduced the number of references to enhance performance.
  • Enhanced Error Handling: Added a custom Result type and implemented thiserror for the Error enum to streamline error management.
  • Performance Improvements: Optimized the use of format!() and reformatted the codebase with rustfmt for cleaner and more efficient code.
  • Documentation: Improved docstrings to provide clearer and more comprehensive documentation.
  • Simplified Architecture: Merged RequestClient into OpenAI, making RequestClient obsolete and simplifying the overall API structure.