diff --git a/.env.example b/.env.example index 5f07e82..8f7b8fd 100644 --- a/.env.example +++ b/.env.example @@ -20,3 +20,10 @@ OLLAMA_DEFAULT_MODEL=llama3.2:3b ANTHROPIC_API_KEY= OPENAI_COMPAT_URL= OPENAI_COMPAT_KEY= + +# Feedback button — Forgejo issue filing +FORGEJO_API_TOKEN= +FORGEJO_REPO=pyr0ball/peregrine +FORGEJO_API_URL=https://git.opensourcesolarpunk.com/api/v1 +# GITHUB_TOKEN= # future — enable when public mirror is active +# GITHUB_REPO= # future diff --git a/requirements.txt b/requirements.txt index a63d778..81e8237 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ streamlit-paste-button>=0.1.0 # ── Job scraping ────────────────────────────────────────────────────────── python-jobspy>=1.1 -playwright +playwright>=1.40 selenium undetected-chromedriver webdriver-manager