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.
- Main README - Quick start guide and basic usage
- Installation Guide - Step-by-step installation instructions
- Configuration Guide - Detailed configuration examples and advanced setup
- Default Configuration - Bundled provider configurations
- Usage Scenarios - Real-world usage examples
- Shell Configuration - Shell setup examples
- Compatible Tools - Applications and frameworks that work with llm-env
- Troubleshooting - Common issues and solutions
- Contributing Guidelines - How to contribute to the project
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
# 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 editOPENAI_API_KEY- Current provider's API keyOPENAI_BASE_URL- Current provider's base URLOPENAI_MODEL- Current provider's default model
- Check the Troubleshooting Guide
- Review Usage Scenarios
- Open an issue on GitHub
For the latest updates and community discussions, visit the GitHub repository.