This commit is contained in:
Timothy J. Baek 2024-05-30 21:49:23 -07:00
parent ef79179c7f
commit 086acb5c29
2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,6 @@ class Pipeline:
async def outlet(self, body: dict, user: dict) -> dict:
# This function is called after the OpenAI API response is completed. You can modify the messages after they are received from the OpenAI API.
print(f"outlet:{__name__}")
print(body)

View File

@ -113,5 +113,5 @@ class Pipeline:
if self.rate_limited(user_id):
raise Exception("Rate limit exceeded. Please try again later.")
self.log_request(user_id)
self.log_request(user_id)
return body