We are aiming at helping others to decide what to do with their used stuff in an economical way.
- Create a .env in the given format inside botcore/
AI21=ai_key
LANGCHAIN=langchain_plus_key
- To import botcore/
# ./tests/test_ai21.py
import sys
import os
# should point to the parent folder of botcore
sys.path.append(f'{os.path.dirname(__file__)}/../')
from botcore.setup import trace_ai21
MODEL = trace_ai21()