fix(test fix):

This commit is contained in:
ishaan-jaff 2023-10-06 15:48:09 -07:00
parent 47521c5a97
commit 5475d920b8

View file

@ -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'