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

feat: 浏览器增加鉴权开关 & 流式数据切分优化 #689

Merged
merged 3 commits into from
Jul 23, 2024

Conversation

wangting829
Copy link
Collaborator

@@ -49,6 +50,7 @@ export class BaseClient {
QIANFAN_LLM_API_RETRY_BACKOFF_FACTOR?: string;
QIANFAN_LLM_API_RETRY_COUNT?: string;
QIANFAN_LLM_RETRY_MAX_WAIT_INTERVAL?: string;
ENABLE_AUTHENTICATION: boolean;
Copy link
Collaborator

Choose a reason for hiding this comment

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

ENABLE_OAUTH

@wangting829 wangting829 merged commit 72ba467 into main Jul 23, 2024
2 checks passed
danielhjz added a commit that referenced this pull request Jul 26, 2024
…ion chat call (#693)

* bug: 升级了 function call 字段的返回结构体以适配 langchain function call (#687)

* 升级了 function call 字段的返回结构体

* 格式化

* update: openai_adapter.ipynb

* feat: 浏览器增加鉴权开关 & 流式数据切分优化 (#689)

* feat: 浏览器增加鉴权开关 & 流式数据切分优化

* fix: 鉴权开关字段修改& 更新版本号

* fix: 鉴权开关字段修改& 更新版本号

---------

Co-authored-by: wangting31 <wangting31@baidu.com>

* fix: remove ipynb useless content

* fix: replace ERNIE-Bot description

* fix: add trainer cli info docs & remove ernie-bot in ipynb

* fix: remove useless or ambiguous content (#690)

* fix: remove ipynb useless content

* fix: replace ERNIE-Bot description

* fix: add trainer cli info docs & remove ernie-bot in ipynb

* fix[trainer]: cli trainer

* fix[resources]: functions passthourgh req warning

* chore: add trainer_ppl_file_tmpl.json

---------

Co-authored-by: Dobiichi-Origami <56953648+Dobiichi-Origami@users.noreply.github.com>
Co-authored-by: stonekim <shikuan@baidu.com>
Co-authored-by: wangting829 <1940087162@qq.com>
Co-authored-by: wangting31 <wangting31@baidu.com>
danielhjz added a commit that referenced this pull request Jul 26, 2024
* 支持透传,accesstoken

* feat-pyproxy_direct

兼容了--accesstoken和透传的各种情况,修复bug

* 修复无accesstoken也可鉴权的情况

* 修复了js众测中 流式不报错的问题

* Update proxy.py

* 删除冗余注释

* Update proxy.py

* fix[trainer]: fix client trainer info not work with --taks-id / function chat call (#693)

* bug: 升级了 function call 字段的返回结构体以适配 langchain function call (#687)

* 升级了 function call 字段的返回结构体

* 格式化

* update: openai_adapter.ipynb

* feat: 浏览器增加鉴权开关 & 流式数据切分优化 (#689)

* feat: 浏览器增加鉴权开关 & 流式数据切分优化

* fix: 鉴权开关字段修改& 更新版本号

* fix: 鉴权开关字段修改& 更新版本号

---------

Co-authored-by: wangting31 <wangting31@baidu.com>

* fix: remove ipynb useless content

* fix: replace ERNIE-Bot description

* fix: add trainer cli info docs & remove ernie-bot in ipynb

* fix: remove useless or ambiguous content (#690)

* fix: remove ipynb useless content

* fix: replace ERNIE-Bot description

* fix: add trainer cli info docs & remove ernie-bot in ipynb

* fix[trainer]: cli trainer

* fix[resources]: functions passthourgh req warning

* chore: add trainer_ppl_file_tmpl.json

---------

Co-authored-by: Dobiichi-Origami <56953648+Dobiichi-Origami@users.noreply.github.com>
Co-authored-by: stonekim <shikuan@baidu.com>
Co-authored-by: wangting829 <1940087162@qq.com>
Co-authored-by: wangting31 <wangting31@baidu.com>

* feat[stat]: add star_timestamp (#685)

* feat[requestor]: add start_timestamp statis in python requestor

* chore: update version->0.4.1rc0

* chore: bump version-> 0.4.3

---------

Co-authored-by: NuODaniel <zhonghanjun@baidu.com>
Co-authored-by: Dobiichi-Origami <56953648+Dobiichi-Origami@users.noreply.github.com>
Co-authored-by: stonekim <shikuan@baidu.com>
Co-authored-by: wangting829 <1940087162@qq.com>
Co-authored-by: wangting31 <wangting31@baidu.com>
@wangting829 wangting829 deleted the fixstream branch August 7, 2024 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants