Skip to main content

Installation

1
Install the latest version of LLMstudio using pip
We suggest that you create and activate a new environment using conda
2
Install bun if you want to use the UI
3
Create a .env file at the same path you’ll run LLMstudio
4
Now you should be able to run LLMstudio using the following command.
When the --ui flag is set, you’ll be able to access the UI at http://localhost:3000
You are done setting up LLMstudio!

Python Client

Using it in a Python notebook is also fairly simple! Just run the following cell:
The output will be a ChatCompletion, using the OpenAI format.