Documentation Index
Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt
Use this file to discover all available pages before exploring further.
To install the Galtea Python SDK, use the following command:
For more information, visit the Galtea PyPI page.
Requirements
Ensure you have the following prerequisites:
- Python 3.9 or higher
- pip (Python package installer)
Setting Up Your Environment
- Create a Virtual Environment (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Install the SDK:
- Verify Installation — initialize the client to confirm the SDK is working:
from galtea import Galtea
# Verify the SDK is properly installed by initializing it
# Note: Replace "YOUR_API_KEY" with your actual API key from the Galtea dashboard
galtea = Galtea(api_key="YOUR_API_KEY")
print("Galtea SDK installed successfully!")
Upgrading the SDK
To upgrade to the latest version of the Galtea SDK, use the following command:
pip install --upgrade galtea
Troubleshooting
If you encounter any issues during installation, contact our support team at support@galtea.ai.