mirror of
https://github.com/vas3k/TaxHacker.git
synced 2026-01-05 13:10:18 -06:00
17 lines
411 B
Plaintext
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!" |