Spaces:
Sleeping
Sleeping
01-Categorization-Transactions
#1
by palexis3 - opened
Here is the PRD explaining what's the purpose of categorization of the transactions: https://www.notion.so/Categorization-Flow-30e7f1b898c4402f80e8d087e1e2c635?pvs=4
palexis3 changed pull request status to closed
palexis3 changed pull request status to open
@palexis3 we are using poetry as the python package manager in this project. Please add new packages as poetry add <package_name> such that it gets added to pyproject.toml and gets installed thorugh poetry install when Docker container is built.
Also, in categorizer.py please uncomment openai_api_key = os.environ['OPENAI_API_KEY'] and use that when you initialize the llm
praneethys changed pull request status to merged