mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-03-15 16:25:58 +00:00
fix: rename data -> models
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PORT=7331
|
||||
UPLOAD_PATH="./uploads"
|
||||
DATABASE_URL="file:./db.sqlite"
|
||||
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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user