pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:Java language:JavaScript
Filter by
181M results
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
This is a PR created to update Docker image tag.
!-- This is an auto-generated comment: release notes by coderabbit.ai --
Summary by CodeRabbit
- New Features
- Added sports match management functionality including the ability to create and ...
Adds a clear toggle switch next to the Text Background label (headline + subheadline), so it s obviously activatable
instead of being driven only by the opacity slider (0 = Off).
- Toggle on → restores ...
Deploys were rolling back during Helm --wait --atomic because Kubernetes probe traffic to actuator health subpaths
(e.g., readiness/liveness groups) was treated as protected and returned 401 in the gateway ...
関連Issue
Closes #56
概要
llm_gemini.py で APIキーを URL クエリパラメータ(?key=...)で送信していたため、httpx の INFO ログにリクエスト URL がそのまま出力されてAPIキーが露出するリスクがあった。Gemini API
がサポートするヘッダー認証(x-goog-api-key)に切り替える。
変更内容
backend/clients/llm_gemini.py ...