Revert "Refactor application workflows and update test coverage"

This reverts commit 565e049f89.
This commit is contained in:
Juan José Mata
2026-07-23 13:39:46 -07:00
parent 565e049f89
commit c6eb7cdeed
15 changed files with 902 additions and 1166 deletions

View File

@@ -25,12 +25,6 @@ OPENAI_ACCESS_TOKEN=
OPENAI_MODEL=
OPENAI_URI_BASE=
# Alternative: use a ChatGPT-backed Codex OAuth token for subscription inference.
# OAuth takes precedence over OPENAI_ACCESS_TOKEN and uses the Codex Responses endpoint.
# OPENAI_ACCOUNT_ID is optional when it can be read from the token's JWT claims.
# OPENAI_OAUTH_TOKEN=
# OPENAI_ACCOUNT_ID=
# Optional: LLM token budget (applies to chat, auto-categorize, merchant detection, PDF processing).
# Lower these for small-context local models (Ollama, LM Studio, LocalAI).
# For larger local models, raise the context window to match the model you actually run.