Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wyvern.ai/llms.txt

Use this file to discover all available pages before exploring further.

Wyvern’s configuration setting integrates with your environment variables or .env file automatically. Check out the list of configurations from wyvern’s Settings class. There are two ways to configure Wyvern’s settings:
  1. Set your environment variables by exporting them directly to your environment:
export REDIS_HOST=localhost
  1. Setting them up in a .env file:
REDIS_HOST=localhost