From 5475d920b867fbf7e8f078a2fdfca12f7bf6eb86 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 6 Oct 2023 15:48:09 -0700 Subject: [PATCH] fix(test fix): --- litellm/tests/test_ollama.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_ollama.py b/litellm/tests/test_ollama.py index 85da14fac0..b3635b6a94 100644 --- a/litellm/tests/test_ollama.py +++ b/litellm/tests/test_ollama.py @@ -3,7 +3,7 @@ # import json # import asyncio # import requests - +# # async def get_ollama_response_stream(api_base="http://localhost:11434", model="llama2", prompt="Why is the sky blue?"): # session = aiohttp.ClientSession() # url = f'{api_base}/api/generate'