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
I believe server.py needs to handle funcResult variable. The function stream_response needs to include this parameter so that draft_response can use it too ( since it will be called in llm_with_func_calling.py with that parameter)
In general, I suggest you guys create a new file called server_with_func_calling.py to include this.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @IsmailAlaouiAbdellaoui Thanks for dropping a message here. Just to clarify, why does the server need funcResult? I thought users can use the result locally to do any actions.
You're right, I opened this issue back when I was trying function calling, the server actually doesn't need funcResult and you can close the issue. Thanks.
I believe server.py needs to handle funcResult variable. The function stream_response needs to include this parameter so that draft_response can use it too ( since it will be called in llm_with_func_calling.py with that parameter)
In general, I suggest you guys create a new file called server_with_func_calling.py to include this.
Thanks.
The text was updated successfully, but these errors were encountered: