LLMstudio icon indicating copy to clipboard operation
LLMstudio copied to clipboard

Framework to bring LLM applications to production

Results 26 LLMstudio issues
Sort by recently updated
recently updated
newest added

### Feature Support templates like this where the variables can be defined elsewhere so as to not make the text too messy. """ I have to understand what is being...

enhancement
priority:low

Allow for defining the functions for Assistants in the UI. - [ ] Clean up with Lint - [ ] Generate the JSON openai wants - [ ] Save these...

enhancement
priority:medium

Motivation Ease of use. So that people do not need to go to OpenAI playground. Your contribution Discussion

enhancement
priority:high

Motivation Allows for ease use of assistants in our backend and in the future the ui. Your contribution Discussion

enhancement
priority:high

### Feature Request Logs of chained prompts should be grouped in order for them to be more organized. ### Motivation When using chaining prompts the logs get very confusing as...

enhancement

WIP This PR will remove most of the unnecessary dependencies: - anthropic - vertexai - transformers - langchain (once we have class in community) - aiohttp

* adding dockerfile to build a containerized version of llmstudio * adding docke compose for easy use

#Summary 1. Add docs for providers currently supported. 2. Add how to guide: How to build a tool calling agent. 3. Add llm.chat docs.