Fix Codebuff OAuth: use www.codebuff.com (307 redirect on bare domain)

This commit is contained in:
Roman | RyzenAdvanced
2026-05-25 16:19:39 +04:00
Unverified
parent d28195dc1b
commit 1035c2e1da
2 changed files with 4 additions and 4 deletions

View File

@@ -294,7 +294,7 @@ _conn_pool = {}
_STREAM_IDLE_TIMEOUT = 300
_CODEBUFF_AUTH_URL = "https://codebuff.com"
_CODEBUFF_AUTH_URL = "https://www.codebuff.com"
_CODEBUFF_API_URL = "https://www.codebuff.com"
_CODEBUFF_AGENT_MAP = {
"deepseek/deepseek-v4-pro": "base2-free-deepseek",