How to Leverage Novita AI with LoLLMS WebUI
You can find the GitHub repository of LoLLMS WebUI here: ParisNeo/lollms-webui.Obtain Your Novita AI API Key
- Log in to your Novita AI account.
- Navigate to the Key Management page.
- Generate a new API Key and copy it.
Install LoLLMS WebUI
- Automatic Installation:
- Download the installation script from the scripts folder and run it:
lollms_installer.bat
for Windows.lollms_installer.sh
for Linux.lollms_installer_macos.sh
for Mac.
- Download the installation script from the scripts folder and run it:
- Manual Installation:
- Ensure Python 3.11 is installed. Check your version with
python --version
. - If needed, download Python 3.11 from Python.org.
- Ensure Python 3.11 is installed. Check your version with
- Create a Virtual Environment:
- Activate the Virtual Environment:
-
On Windows:
-
On Linux/Mac:
-
On Windows:
Configure Novita AI in LoLLMS WebUI
- Install Novita AI Binding
-
Set environment variables for Novita AI binding. For example:
- On Windows:
- On Linux/Mac:
-
Run the script to finalize the setup:
- Run the Server
- Use Novita AI in LoLLMS WebUI
- Open your browser and navigate to http://localhost:9600 (or the port shown in the terminal).
- Select Novita AI from the available bindings.
- Enter your Novita AI API key.
- Select your desired Novita AI model.