refactor: fixing linting issues

This commit is contained in:
Krrish Dholakia 2023-11-11 18:52:28 -08:00
parent ae35c13015
commit 45b6f8b853
25 changed files with 223 additions and 133 deletions

View file

@ -2,9 +2,9 @@
# it makes async Completion requests with streaming
import openai
openai.api_base = "http://0.0.0.0:8000"
openai.base_url = "http://0.0.0.0:8000"
openai.api_key = "temp-key"
print(openai.api_base)
print(openai.base_url)
async def test_async_completion():
response = await openai.Completion.acreate(