Nolan Zandi
feat: user-supplied API keys, model selector, and Anthropic support
4ac9bc4
Raw
History Blame Contribute Delete
157 Bytes
from pathlib import Path
current_dir = Path(__file__).parent
TEMP_DIR = current_dir / 'temp'
message_dict = {}
api_key_store = {}
model_store = {}