You can configure Galileo using environment variables:
Copy
Ask AI
# Your Galileo API keyGALILEO_API_KEY="your-galileo-api-key"# Your Galileo project nameGALILEO_PROJECT="your-galileo-project-name"# The name of the log stream you want to use for loggingGALILEO_LOG_STREAM="your-galileo-log-stream "# Provide the console url below if you are using a# custom deployment, and not using the free tier, or app.galileo.ai.# This will look something like “console.galileo.yourcompany.com”.# GALILEO_CONSOLE_URL="your-galileo-console-url"
If you are using the free version of Galileo, there is no need to set the GALILEO_CONSOLE_URL environment variable.