Describe_things / pkgs /__init__.py
ShynBui's picture
Update pkgs/__init__.py
b309e48 verified
raw
history blame
226 Bytes
from .excecutor import LangChainExecutor
from .quota_manager import QuotaManager
import os
from dotenv import load_dotenv
executor = QuotaManager(model_name='gemini-1.5-flash', api_keys= eval(os.environ['LIST_GEMINI_API']))