LLMstudio
LLMstudio copied to clipboard
Framework to bring LLM applications to production
### 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...
Allow for defining the functions for Assistants in the UI. - [ ] Clean up with Lint - [ ] Generate the JSON openai wants - [ ] Save these...
Motivation Ease of use. So that people do not need to go to OpenAI playground. Your contribution Discussion
Motivation Allows for ease use of assistants in our backend and in the future the ui. Your contribution Discussion
### 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...
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.