Skip to content

Releases: senxd/LLM-Interface

v.1.0.8-Beta

Choose a tag to compare

@senxd senxd released this 12 Jul 17:44
Better Memory Handling & Cleanup

v1.0.7-Beta

Choose a tag to compare

@senxd senxd released this 09 Jul 18:35
Chained Tool Requests, Additional Tool function

v1.0.6-Beta

Choose a tag to compare

@senxd senxd released this 08 Jul 22:33
Tool Calling Features

- Tool Injection Prompts
- Tool Calling Potentiality with LM Studio Model

v1.0.5-Beta

Choose a tag to compare

@senxd senxd released this 03 Jul 18:56
Tool Logic Fix & Clear Inline Tools

- Error if no functions are defined but one or more Tools are present with OpenAIModel
- Ability to clear all InlineTools of a model

v1.0.4-Beta

Choose a tag to compare

@senxd senxd released this 03 Jul 18:04
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

v1.0.3-Beta

Choose a tag to compare

@senxd senxd released this 03 Jul 17:10
Removed Unnesseccary Lambda

v1.0.2-Beta

Choose a tag to compare

@senxd senxd released this 03 Jul 16:42
Minor Changes

v1.0.1-Beta

Choose a tag to compare

@senxd senxd released this 02 Jul 17:50
Added Read Timeout to OpenAIModel

v1.0.0-Beta

Choose a tag to compare

@senxd senxd released this 02 Jul 17:29
Removed Readme Snippet

Does not work