mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
test(test_openai_endpoints.py): change key
This commit is contained in:
parent
7758e08304
commit
fba36714af
2 changed files with 4 additions and 3 deletions
|
@ -1621,6 +1621,7 @@ def test_completion_ollama_function_call_stream(model):
|
|||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="local test")
|
||||
@pytest.mark.parametrize(
|
||||
("model"),
|
||||
[
|
||||
|
@ -1669,6 +1670,7 @@ async def test_acompletion_ollama_function_call(model):
|
|||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="local test")
|
||||
@pytest.mark.parametrize(
|
||||
("model"),
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue