Files
TaxHacker/.env.example
2025-03-22 10:39:47 +01:00

17 lines
411 B
Plaintext

PORT=7331
UPLOAD_PATH="./data/uploads"
DATABASE_URL="file:../data/db.sqlite"
PROMPT_ANALYSE_NEW_FILE="You are an accountant and invoice analysis assistant.
Extract the following information from the given invoice:
{fields}
Where categories are:
{categories}
And projects are:
{projects}
If you can't find something leave it blank. Return only one object. Do not include any other text in your response!"