mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-16 20:46:13 +01:00
Fix typo in translation files (#318)
* fix: typo in "lastYear" across multiple language files * fix: typo in chatGPT prompt
This commit is contained in:
committed by
GitHub
parent
ffbcb6b74d
commit
03712f1503
@@ -22,7 +22,7 @@ export async function extractExpenseInformationFromImage(imageUrl: string) {
|
||||
text: `
|
||||
This image contains a receipt.
|
||||
Read the total amount and store it as a non-formatted number without any other text or currency.
|
||||
Then guess the category for this receipt amoung the following categories and store its ID: ${categories.map(
|
||||
Then guess the category for this receipt among the following categories and store its ID: ${categories.map(
|
||||
(category) => formatCategoryForAIPrompt(category),
|
||||
)}.
|
||||
Guess the expense’s date and store it as yyyy-mm-dd.
|
||||
|
||||
Reference in New Issue
Block a user