mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
refactor(openai.py): working openai chat + text completion for openai v1 sdk
This commit is contained in:
parent
406e764f47
commit
1ec07c0aba
6 changed files with 30 additions and 27 deletions
|
@ -67,7 +67,7 @@ def test_context_window_with_fallbacks(model):
|
|||
|
||||
# for model in litellm.models_by_provider["bedrock"]:
|
||||
# test_context_window(model=model)
|
||||
# test_context_window(model="gpt-3.5-turbo")
|
||||
test_context_window(model="azure/chatgpt-v-2")
|
||||
# test_context_window_with_fallbacks(model="gpt-3.5-turbo")
|
||||
# Test 2: InvalidAuth Errors
|
||||
@pytest.mark.parametrize("model", models)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue