diff --git a/run_agent.py b/run_agent.py index d2a60c7f05..999b99629f 100644 --- a/run_agent.py +++ b/run_agent.py @@ -1766,7 +1766,7 @@ class AIAgent: logger.debug("Invalid ollama_num_ctx config value: %r", _ollama_num_ctx_override) if self._ollama_num_ctx is None and self.base_url and is_local_endpoint(self.base_url): try: - _detected = query_ollama_num_ctx(self.model, self.base_url) + _detected = query_ollama_num_ctx(self.model, self.base_url, api_key=self.api_key or "") if _detected and _detected > 0: self._ollama_num_ctx = _detected except Exception as exc: diff --git a/scripts/release.py b/scripts/release.py index 6d8aef59de..c996464a5d 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -293,6 +293,7 @@ AUTHOR_MAP = { "ywt000818@gmail.com": "OwenYWT", "dhandhalyabhavik@gmail.com": "v1k22", "rucchizhao@zhaochenfeideMacBook-Pro.local": "RucchiZ", + "tannerfokkens@Mac.attlocal.net": "tannerfokkens-maker", "lehaolin98@outlook.com": "LehaoLin", "yuewang1@microsoft.com": "imink", "1736355688@qq.com": "hedgeho9X",