Files
TaxHacker_s23/.env.example
2025-03-21 19:40:38 +01:00

17 lines
400 B
Plaintext

PORT=7331
UPLOAD_PATH="./uploads"
DATABASE_URL="file:./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!"