# config.py import os from dotenv import load_dotenv load_dotenv() WANDB_API_KEY = os.getenv('WANDB_API_KEY') WEAVE_PROJECT = "omniscience-app"