mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-31 10:23:18 +00:00
openai: audio modality, remove sockets from unit tests (#27436)
This commit is contained in:
@@ -58,7 +58,7 @@ def mock_completion() -> dict:
|
||||
}
|
||||
|
||||
|
||||
@pytest.mark.parametrize("model", ["gpt-3.5-turbo-instruct", "text-davinci-003"])
|
||||
@pytest.mark.parametrize("model", ["gpt-3.5-turbo-instruct"])
|
||||
def test_get_token_ids(model: str) -> None:
|
||||
OpenAI(model=model).get_token_ids("foo")
|
||||
return
|
||||
|
Reference in New Issue
Block a user