Skip to content

Latest commit

 

History

History

README.md

LLM Environment Manager Documentation

Welcome to the comprehensive documentation for LLM Environment Manager. This directory contains detailed guides and references to help you get the most out of the tool.

Quick Navigation

Getting Started

Configuration

Usage & Examples

Reference

Development

Documentation Structure

docs/
├── README.md              # This file - documentation index
├── comprehensive.md       # Compatible tools and applications
├── configuration.md       # Detailed configuration guide
├── troubleshooting.md     # Extended troubleshooting guide
└── development.md         # Contributing and development guide

Quick Reference

Basic Commands

# List providers
llm-env list

# Set provider
llm-env set cerebras

# Show current config
llm-env show

# Configuration management
llm-env config init
llm-env config edit

Environment Variables

  • OPENAI_API_KEY - Current provider's API key
  • OPENAI_BASE_URL - Current provider's base URL
  • OPENAI_MODEL - Current provider's default model

Need Help?

  1. Check the Troubleshooting Guide
  2. Review Usage Scenarios
  3. Open an issue on GitHub

For the latest updates and community discussions, visit the GitHub repository.