You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make handleNonStreamingCall suspend and use chatAsync
Refactored `handleNonStreamingCall` to be a suspend function, enabling asynchronous operations. Replaced `chat` with `chatAsync` for non-blocking processing of chat requests, improving performance and scalability.
0 commit comments