mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-09 12:00:35 -08:00
7 lines
297 B
Python
7 lines
297 B
Python
PACKAGE_NAME = "g4f"
|
|
ORGANIZATION = "gpt4free"
|
|
GITHUB_REPOSITORY = f"xtekky/{ORGANIZATION}"
|
|
STATIC_DOMAIN = f"g4f.dev"
|
|
STATIC_URL = f"https://{STATIC_DOMAIN}/"
|
|
DIST_DIR = f"./{STATIC_DOMAIN}/dist"
|
|
DOWNLOAD_URL = f"https://raw.githubusercontent.com/{ORGANIZATION}/{STATIC_DOMAIN}/refs/heads/main/"
|