Skip to content

Commit

Permalink
Remove print statement (vocodedev#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
HHousen authored Jul 27, 2023
1 parent 7930796 commit 39472c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vocode/streaming/agent/chat_gpt_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ async def generate_response(
else:
chat_parameters = self.get_chat_parameters()
chat_parameters["stream"] = True
print(chat_parameters)
stream = await openai.ChatCompletion.acreate(**chat_parameters)
async for message in collate_response_async(
openai_get_tokens(stream), get_functions=True
Expand Down

0 comments on commit 39472c0

Please sign in to comment.