mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test: skip local proxy test in circle ci
This commit is contained in:
parent
f236dae79d
commit
2b04dc310a
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ from litellm import embedding, completion
|
|||
from litellm.caching import Cache
|
||||
|
||||
messages = [{"role": "user", "content": f"who is ishaan {time.time()}"}]
|
||||
|
||||
@pytest.mark.skip(reason="local proxy test")
|
||||
def test_caching_v2(): # test in memory cache
|
||||
try:
|
||||
response1 = completion(model="openai/gpt-3.5-turbo", messages=messages, api_base="http://0.0.0.0:8000")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue