Skip to content

v1.0.4-Beta

Choose a tag to compare

@senxd senxd released this 03 Jul 18:04
· 18 commits to main since this release
Naming Conventions, Class merging, Optimization

- Since LMStudio uses the same structure for the API as OpenAI, made OpenAIModel open allowing for LMStudio to latch onto OpenAI for less redundant code
- Added changing readTimeout on the fly for OkHttpLLM
- Changed capital inline functions for main DSL to non-capital to conform to standard Kotlin naming conventions.
- Removed Prompt Class in favor of Messages holding all related information