mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 16:24:59 +00:00
working import litellm.responses
This commit is contained in:
@@ -1010,6 +1010,7 @@ from .batches.main import *
|
||||
from .batch_completion.main import * # type: ignore
|
||||
from .rerank_api.main import *
|
||||
from .llms.anthropic.experimental_pass_through.messages.handler import *
|
||||
from .responses.main import *
|
||||
from .realtime_api.main import _arealtime
|
||||
from .fine_tuning.main import *
|
||||
from .files.main import *
|
||||
|
||||
@@ -2,6 +2,7 @@ import os
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, os.path.abspath("../.."))
|
||||
import litellm
|
||||
|
||||
|
||||
def test_basic_openai_responses_api():
|
||||
@@ -9,4 +10,4 @@ def test_basic_openai_responses_api():
|
||||
model="gpt-4o", input="Tell me a three sentence bedtime story about a unicorn."
|
||||
)
|
||||
|
||||
validate_responses_api_response()
|
||||
# validate_responses_api_response()
|
||||
|
||||
Reference in New Issue
Block a user