mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
17 lines
400 B
Plaintext
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!" |