Activate environment
poetry shell
Install Dependencies
poetry install
chainlit run ./hr_ranking_langchain/ui/hr_ranking_langchain_chainlit.py --watch --port 8080
This is the content of the .env file, which needs to be saved in the project root folder.
OPENAI_API_KEY=<open-api-key>
OPENAI_MODEL=<model>
REQUEST_TIMEOUT=300
VERBOSE_LLM=true
LANGCHAIN_CACHE=false
CHATGPT_STREAMING=false
# UI
SHOW_CHAIN_OF_THOUGHT=true
# Token limit for chatgpt.
TOKEN_LIMIT=6000