Skip to content

Commit

Permalink
Format Python code with psf/black push
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and github-actions committed Oct 30, 2023
1 parent 4ad4527 commit fb4f7a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/openai_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,8 @@ async def send_summary_request(self, prompt, custom_api_key=None):
# print(f"Payload -> {payload}")
# Parse the total tokens used for this request and response pair from the response
await self.valid_text_request(
response, model=self.model if self.model is not None else Models.GPT4_32
response,
model=self.model if self.model is not None else Models.GPT4_32,
)
print(f"Summary response -> {response}")

Expand Down

0 comments on commit fb4f7a5

Please sign in to comment.