Messerschmidts101 / Call_Middleman

A middleman solution for call centers that facilitates communication between agents and customers. This tool filters, summarizes, and enhances messages, helping to reduce cognitive load and emotional stress for call center agents. By streamlining interactions, it improves both the mental well-being of agents and their overall work effectiveness.
0 stars 0 forks source link

Improve llm object instantiation time #9

Closed Messerschmidts101 closed 1 month ago

Messerschmidts101 commented 1 month ago

every new chat, that is the only time the llm is instantiation, thus after first message is sent, there is a need to wait for around 5 mins to continue conversing. fix this.

Messerschmidts101 commented 1 month ago

Resolved by forcing feature of creating room instead of skipping the creating room, included in feature [854c9fd3197178ca57ccb58a6cb8d91515cf9f52]. Closing this issue now.