-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Bug]: /api/v1/chats/{chat_id}/sessions default opening is wrong #3285
Comments
这个我一直无法访问 |
通过这个链接http://localhost/api/v1/chats/chat_id/sessions无法访问这个链接,我想通过request获得响应的结果,但是无法传递access_token请问该怎么解决? loginsession=requests.session() session.headers={ login_url='http://localhost/v1/user/login' print("Login Cookies:", session.cookies.get_dict()) if login_response.ok:
else: |
@Feiue Any updates? |
|
Is there an existing issue for the same bug?
Branch name
0.13.0
Commit ID
issue_create_session_241108
Other environment information
No response
Actual behavior
create sessions接口 /api/v1/chats/{chat_id}/sessions默认的助手开场白不对,应该根据chatId获取设置的,然后再返回
Expected behavior
No response
Steps to reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: