TensorOpsAI / LLMstudio

Framework to bring LLM applications to production
https://tensorops.ai
Mozilla Public License 2.0
228 stars 24 forks source link
ai langchain llm llmops ml mlflow openai prompt-engineering vertex-ai

LLMstudio by TensorOps

Prompt Engineering at your fingertips

LLMstudio logo

🌟 Features

LLMstudio UI

πŸš€ Quickstart

Don't forget to check out https://docs.llmstudio.ai page.

Installation

Install the latest version of LLMstudio using pip. We suggest that you create and activate a new environment using conda

pip install llmstudio

Install bun if you want to use the UI

curl -fsSL https://bun.sh/install | bash

Create a .env file at the same path you'll run LLMstudio

OPENAI_API_KEY="sk-api_key"
ANTHROPIC_API_KEY="sk-api_key"

Now you should be able to run LLMstudio using the following command.

llmstudio server --ui

When the --ui flag is set, you'll be able to access the UI at http://localhost:3000

πŸ“– Documentation

πŸ‘¨β€πŸ’» Contributing

Training

Banner


Thank you for choosing LLMstudio. Your journey to perfecting AI interactions starts here.