Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hibobmaster committed May 28, 2023
1 parent 4eef628 commit cd61336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandora.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ async def goon(self, data: dict) -> None:
async def test():
model = "text-davinci-002-render-sha-mobile"
api_endpoint = "http://127.0.0.1:8008"
client = Pandora(api_endpoint)
async with aiohttp.ClientSession() as session:
client = Pandora(api_endpoint, session)
conversation_id = None
parent_message_id = str(uuid.uuid4())
first_time = True
Expand Down

0 comments on commit cd61336

Please sign in to comment.