mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 04:21:34 +00:00
fix morph api tests
This commit is contained in:
@@ -38,9 +38,3 @@ class MorphChatConfig(OpenAILikeChatConfig):
|
||||
"model",
|
||||
"stream",
|
||||
]
|
||||
|
||||
def pre_call(self, messages: list, model: str, api_key: str, api_base: str):
|
||||
"""
|
||||
Hook for any pre-processing before the API call.
|
||||
"""
|
||||
return
|
||||
@@ -20,14 +20,3 @@ litellm_settings:
|
||||
callbacks: ["datadog_llm_observability"]
|
||||
cache: true
|
||||
|
||||
- model_name: gemini/*
|
||||
litellm_params:
|
||||
model: gemini/*
|
||||
|
||||
litellm_settings:
|
||||
callbacks: ["datadog_llm_observability"]
|
||||
|
||||
mcp_servers:
|
||||
# HTTP Streamable Server
|
||||
deepwiki_mcp:
|
||||
url: "https://mcp.deepwiki.com/mcp"
|
||||
|
||||
@@ -90,11 +90,6 @@ def test_morph_supported_params():
|
||||
"messages",
|
||||
"model",
|
||||
"stream",
|
||||
"temperature",
|
||||
"max_tokens",
|
||||
"tools",
|
||||
"tool_choice",
|
||||
"response_format",
|
||||
]
|
||||
|
||||
assert all(param in supported_params for param in expected_params)
|
||||
|
||||
Reference in New Issue
Block a user