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

Chat room api #21

Merged
merged 6 commits into from
Dec 9, 2024
Merged

Chat room api #21

merged 6 commits into from
Dec 9, 2024

Conversation

TakalaWang
Copy link
Contributor

Add three api for chat room:

create conversation:
method: POST
url: /api/session/[id]/group/[group_number]/conversations/[conv_id]/
body: {task:string, subtasks:string, resouce:{name:string, content:string}

chat with LLM
method: POST
url: /api/session/[id]/group/[group_number]/conversations/[conv_id]/chat/
body: {content: string, audio: string}

summary chat
method: POST
url: /api/session/[id]/group/[group_number]/conversations/[conv_id]/summary/

Copy link
Contributor

@180079995 180079995 left a comment

Choose a reason for hiding this comment

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

LGTM

@TakalaWang TakalaWang merged commit 2016cff into main Dec 9, 2024
1 check passed
@TakalaWang TakalaWang deleted the ChatRoom-API branch December 9, 2024 03:54
@Buffett111
Copy link
Contributor

what's the workflow of creating a api and call it during the conversation?

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.

3 participants