omniscience / config.py
donb-hf's picture
add tabs
640c7a9
raw
history blame contribute delete
No virus
146 Bytes
# config.py
import os
from dotenv import load_dotenv
load_dotenv()
WANDB_API_KEY = os.getenv('WANDB_API_KEY')
WEAVE_PROJECT = "omniscience-app"