PlantBasedTen commited on
Commit
950de85
1 Parent(s): fc55946

Upload __init__.py

Browse files
Files changed (1) hide show
  1. financial_bot/__init__.py +5 -0
financial_bot/__init__.py CHANGED
@@ -7,6 +7,11 @@ import yaml
7
 
8
  logger = logging.getLogger(__name__)
9
 
 
 
 
 
 
10
 
11
  def initialize(logging_config_path: str = "logging.yaml"):
12
  """
 
7
 
8
  logger = logging.getLogger(__name__)
9
 
10
+ open_api_key = os.getenv("COMET_API_KEY")
11
+ open_api_key = os.getenv("COMET_WORKSPACE")
12
+ open_api_key = os.getenv("COMET_PROJECT_NAME")
13
+ open_api_key = os.getenv("QDRANT_URL")
14
+ open_api_key = os.getenv("QDRANT_API_KEY")
15
 
16
  def initialize(logging_config_path: str = "logging.yaml"):
17
  """