Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1. support openai_api.py to the latest openai sdk(>=1.0.0); 2. add st… #814

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Yimi81
Copy link

@Yimi81 Yimi81 commented Dec 17, 2023

  1. 保留原始openai_api.py与function_call代码不动;迁移openai_api.py至openai 1.0以上的版本 openai 接口 v1.x 返回错误 'NoneType' object has no attribute 'items'  #768
  2. 支持流式function_call

此 PR 已准备好接受审核, 所有代码已完成检查。

@JianxinMa JianxinMa self-requested a review December 21, 2023 02:46
if func_call:
f_name, f_args = func_call.get("name"), func_call.get("arguments")
else:
f_name, f_args = tools_call[0]["function"]["name"], tools_call[0]["function"]["arguments"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的实现可能有疏漏,f_args没有被用到。而原版openai-api.py的f_args会被用到。

不过,十分感谢您的PR,我会抽空处理下。

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感谢您的审查,已更正

@Tejaswgupta
Copy link

@Yimi81 @JianxinMa any updates here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants