mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-03 01:42:45 +00:00
add Openrouter prompt caching via cache_control
This commit is contained in:
parent
c8089021a5
commit
b286457c85
@ -100,6 +100,7 @@ PROVIDERS: tuple[ProviderSpec, ...] = (
|
||||
default_api_base="https://openrouter.ai/api/v1",
|
||||
strip_model_prefix=False,
|
||||
model_overrides=(),
|
||||
supports_prompt_caching=True,
|
||||
),
|
||||
|
||||
# AiHubMix: global gateway, OpenAI-compatible interface.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user