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: 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. # 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(f"outlet:{__name__}")
print(body) print(body)