mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-25 21:46:08 -04:00
[PR #91] [CLOSED] feat: add SuggestedQuestions and add Citation #149
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/webapp-conversation/pull/91
Author: @marsDes
Created: 8/9/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
8ee7030feat: add SuggestedQuestions and add Citationbfae059feat: 新增语音功能,add voice 2 text258784aMerge remote-tracking branch 'upstream/main'📊 Changes
717 files changed (+27547 additions, -28 deletions)
View changed files
➕
app/api/audio-to-text/route.ts(+25 -0)📝
app/api/file-upload/route.ts(+1 -1)➕
app/components/base/file-icon/index.tsx(+54 -0)➕
app/components/base/icons/line/mediaAndDevices/Microphone01.json(+39 -0)➕
app/components/base/icons/line/mediaAndDevices/Microphone01.tsx(+16 -0)➕
app/components/base/icons/line/mediaAndDevices/PlayCircle.json(+86 -0)➕
app/components/base/icons/line/mediaAndDevices/PlayCircle.tsx(+16 -0)➕
app/components/base/icons/line/mediaAndDevices/SlidersH.json(+29 -0)➕
app/components/base/icons/line/mediaAndDevices/SlidersH.tsx(+16 -0)➕
app/components/base/icons/line/mediaAndDevices/Speaker.json(+112 -0)➕
app/components/base/icons/line/mediaAndDevices/Speaker.tsx(+16 -0)➕
app/components/base/icons/line/mediaAndDevices/Stop.json(+66 -0)➕
app/components/base/icons/line/mediaAndDevices/Stop.tsx(+16 -0)➕
app/components/base/icons/line/mediaAndDevices/StopCircle.json(+59 -0)➕
app/components/base/icons/line/mediaAndDevices/StopCircle.tsx(+16 -0)➕
app/components/base/icons/line/mediaAndDevices/index.ts(+6 -0)➕
app/components/base/icons/solid/general/AnswerTriangle.json(+27 -0)➕
app/components/base/icons/solid/general/AnswerTriangle.tsx(+16 -0)➕
app/components/base/icons/solid/general/CheckCircle.json(+38 -0)➕
app/components/base/icons/solid/general/CheckCircle.tsx(+16 -0)...and 80 more files
📄 Description
add suggestedQuestions and citation popup
新增 开场问题、引文知识库原文查看
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.