-
Notifications
You must be signed in to change notification settings - Fork 508
feat(chat): Add API to summarize chat messages #13661
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
Merged
Merged
Conversation
This file contains hidden or 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
e50089e to
165b210
Compare
nickvergessen
commented
Nov 9, 2024
817a419 to
f115e17
Compare
f115e17 to
9c60223
Compare
9c60223 to
5c5a336
Compare
Antreesy
approved these changes
Nov 13, 2024
Contributor
Antreesy
left a comment
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]>
f67624f to
b9f206c
Compare
Member
Author
|
/backport to stable30 |
Signed-off-by: Joas Schilling <[email protected]>
28c669c to
fb841e8
Compare
5 tasks
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.phpcouple of times locally.Option 1: Testing app
QA testingapp (part of server repo): index.php/settings/apps/installedTask: SummarizeselectFake text2text summary task processing provider: index.php/settings/admin/aiThis is a fake summaryand is also used by CI tests for the backendOption 2: Integration OpenAI
OpenAI and LocalAI integrationapp (clone from https://github.com/nextcloud/integration_openai): index.php/settings/apps/installedOpenAI and LocalAI integrationsettings on index.php/settings/admin/ai#openai_prefshttps://api.groq.com/openai/v1groq.comAPI KeyTask: Summarizeselectgroq.com: index.php/settings/admin/ai🛠️ API Checklist
🚧 Tasks
🏁 Checklist
docs/has been updated or is not required