Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HUGGINGFACE_TOKEN | No | Your Hugging Face token for accessing private models |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
check_installation | Check if Unsloth is properly installed |
list_supported_models | List all models supported by Unsloth |
load_model | Load a pretrained model with Unsloth optimizations |
finetune_model | Fine-tune a model with Unsloth optimizations |
generate_text | Generate text using a fine-tuned Unsloth model |
export_model | Export a fine-tuned Unsloth model to various formats |