mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-02 17:32:39 +00:00
When using custom_provider, a prompt "LiteLLM:WARNING" will still appear during conversation
This commit is contained in:
parent
4e40f0aa03
commit
28127d5210
@ -1,8 +1,5 @@
|
||||
"""LLM provider abstraction module."""
|
||||
|
||||
from nanobot.providers.base import LLMProvider, LLMResponse
|
||||
from nanobot.providers.litellm_provider import LiteLLMProvider
|
||||
from nanobot.providers.openai_codex_provider import OpenAICodexProvider
|
||||
from nanobot.providers.azure_openai_provider import AzureOpenAIProvider
|
||||
|
||||
__all__ = ["LLMProvider", "LLMResponse", "LiteLLMProvider", "OpenAICodexProvider", "AzureOpenAIProvider"]
|
||||
__all__ = ["LLMProvider", "LLMResponse"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user