-
Notifications
You must be signed in to change notification settings - Fork 437
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(chat): Add API to summarize chat messages #13661
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nickvergessen
added
2. developing
enhancement
feature: chat 💬
Chat and system messages
feature: api 🛠️
OCS API for conversations, chats and participants
labels
Oct 29, 2024
nickvergessen
force-pushed
the
feat/13430/unread-messages-summary
branch
from
November 8, 2024 14:36
e50089e
to
165b210
Compare
nickvergessen
commented
Nov 9, 2024
nickvergessen
force-pushed
the
feat/13430/unread-messages-summary
branch
2 times, most recently
from
November 11, 2024 11:36
817a419
to
f115e17
Compare
nickvergessen
force-pushed
the
feat/13430/unread-messages-summary
branch
from
November 11, 2024 11:38
f115e17
to
9c60223
Compare
nickvergessen
force-pushed
the
feat/13430/unread-messages-summary
branch
from
November 11, 2024 13:35
9c60223
to
5c5a336
Compare
Antreesy
approved these changes
Nov 13, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
groq scheduled tasks are failing. but also tokk some time to wait, before they're staying in 'scheduled status'. Need to discuss how to handle these cases in UI.
But tested with Fake Processor, seems to work fine.
miaulalala
reviewed
Nov 13, 2024
miaulalala
approved these changes
Nov 14, 2024
Antreesy
approved these changes
Nov 14, 2024
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
nickvergessen
force-pushed
the
feat/13430/unread-messages-summary
branch
from
November 14, 2024 14:38
f67624f
to
b9f206c
Compare
/backport to stable30 |
Signed-off-by: Joas Schilling <[email protected]>
nickvergessen
force-pushed
the
feat/13430/unread-messages-summary
branch
from
November 14, 2024 15:08
28c669c
to
fb841e8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3. to review
enhancement
feature: api 🛠️
OCS API for conversations, chats and participants
feature: chat 💬
Chat and system messages
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
☑️ Resolves
🧪 Testing locally
php cron.php
couple of times locally.Option 1: Testing app
QA testing
app (part of server repo): index.php/settings/apps/installedTask: Summarize
selectFake text2text summary task processing provider
: index.php/settings/admin/aiThis is a fake summary
and is also used by CI tests for the backendOption 2: Integration OpenAI
OpenAI and LocalAI integration
app (clone from https://github.com/nextcloud/integration_openai): index.php/settings/apps/installedOpenAI and LocalAI integration
settings on index.php/settings/admin/ai#openai_prefshttps://api.groq.com/openai/v1
groq.com
API Key
Task: Summarize
selectgroq.com
: index.php/settings/admin/ai🛠️ API Checklist
🚧 Tasks
🏁 Checklist
docs/
has been updated or is not required