You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Snap a photo of any receipt or upload an invoice PDF, and TaxHacker will automat
40
40
-**Auto-categorization**: Transactions are automatically sorted into relevant categories based on their content
41
41
-**Item splitting**: Extract individual items from invoices and split them into separate transactions when needed
42
42
-**Structured storage**: Everything gets saved in an organized database for easy filtering and retrieval
43
-
-**Customizable AI providers**: Choose from OpenAI, Google Gemini, or Mistral (local LLM support coming soon)
43
+
-**Customizable AI providers**: Choose from OpenAI, Google Gemini, Mistral and OpenRouter (local LLM support coming soon)
44
44
45
45
TaxHacker works with a wide variety of documents, including store receipts, restaurant bills, invoices, bank statements, letters, even handwritten receipts. It handles any language and any currency with ease.
46
46
@@ -163,6 +163,7 @@ You can also configure LLM provider settings in the application or via environme
163
163
- **OpenAI**: `OPENAI_MODEL_NAME` and `OPENAI_API_KEY`
164
164
- **Google Gemini**: `GOOGLE_MODEL_NAME` and `GOOGLE_API_KEY`
165
165
- **Mistral**: `MISTRAL_MODEL_NAME` and `MISTRAL_API_KEY`
166
+
- **OpenRouter**: `OPENROUTER_MODEL_NAME` and `OPENROUTER_API_KEY`
0 commit comments