You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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