MrZilinXiao / openai-manager

Speed up your OpenAI requests by balancing prompts to multiple API keys.
51 stars 9 forks source link

[Enhancement] Support for Function Calling #5

Closed yeahjack closed 1 year ago

yeahjack commented 1 year ago

Dear Developers:

First, let me pay tribute to your fantastic work! It has accelerated my workflow several times without writing a lot of code using multiprocessing or aiohttp.

I wonder if this library could add support for the newly established function calling. It seems that openai-manager has not supported it, which could be an excellent convenience for me.

Thank you very much!

yeahjack commented 1 year ago

I found it actually supports function calling, sorry for raising this issue.