Rebase onto upstream (a4d95fd) #12

Closed
wylab wants to merge 144 commits from rebase-onto-upstream into main
Showing only changes of commit 8a44705d38 - Show all commits
+1 -3
View File
@@ -5,12 +5,10 @@ which require Authorization: Bearer header instead of x-api-key.
"""
import json
import logging
from typing import Any
import httpx
logger = logging.getLogger(__name__)
from loguru import logger
from nanobot.providers.base import LLMProvider, LLMResponse, ToolCallRequest
from nanobot.providers.oauth_utils import get_auth_headers, get_claude_code_system_prefix