Files
Aether/src/__init__.py

12 lines
229 B
Python
Raw Normal View History

2025-12-10 20:52:44 +08:00
"""AI Proxy
A proxy server that enables AI models to work with multiple API providers.
"""
from dotenv import load_dotenv
# Load environment variables from .env file
load_dotenv()
__version__ = "9.1.0"
__author__ = "AI Proxy"