mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
refactor: fixing linting issues
This commit is contained in:
parent
ae35c13015
commit
45b6f8b853
25 changed files with 223 additions and 133 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue