Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 63bd7666b5b64087fef8638487f80f1f602b9ec9
https://github.com/xwiki/xwiki-platform/commit/63bd7666b5b64087fef8638487f8…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/pom.xml
Log Message:
-----------
[Misc] Add missing excludes in export-pdf-test-content
Use dependencyManagement instead of excludes to prevent any problem:
previous solution was working by accident as the dependencies were
provided elsewhere in tests.
(cherry picked from commit 4844bdde2b665f5a1606fde90a5c9ef6c851c28b)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 4844bdde2b665f5a1606fde90a5c9ef6c851c28b
https://github.com/xwiki/xwiki-platform/commit/4844bdde2b665f5a1606fde90a5c…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/pom.xml
Log Message:
-----------
[Misc] Add missing excludes in export-pdf-test-content
Use dependencyManagement instead of excludes to prevent any problem:
previous solution was working by accident as the dependencies were
provided elsewhere in tests.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: 548f25ca3f6a2f061fb16a08a50335549cd55d27
https://github.com/xwiki-contrib/ai-llm/commit/548f25ca3f6a2f061fb16a08a503…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M application-ai-llm-chat/application-ai-llm-chat-webjar/pom.xml
M application-ai-llm-chat/application-ai-llm-chat-webjar/webjar/chatUILoader.js
A application-ai-llm-chat/application-ai-llm-chat-webjar/webjar/purify.min.js
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/Javascript.xml
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/TestUI.xml
Log Message:
-----------
LLMAI-54: Develop a chat UI that is independent of XWiki and can be embedded in any application
* Add DOMPurify for the markdown rendered content to prevent XSS attacks
* Small fix
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: abdb54599f4e26f3c12af53a4c9176f7930b69dc
https://github.com/xwiki-contrib/ai-llm/commit/abdb54599f4e26f3c12af53a4c91…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M application-ai-llm-models/application-ai-llm-models-ui/pom.xml
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/Ada-002.xml
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/GPT3.5-turbo.xml
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/GPT4.xml
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/bert.xml
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/mixtral.xml
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/PromptDB/Free Pompt.xml
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/PromptDB/Summarize.xml
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/PromptDB/Translate.xml
Log Message:
-----------
[Misc] Mark example content as such and make it non-hidden
Commit: 021317722e9d204ca31696726d8254f11019d07d
https://github.com/xwiki-contrib/ai-llm/commit/021317722e9d204ca31696726d82…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/StyleSheet.xml
Log Message:
-----------
LLMAI-18: Continue Improving UI
* Remove fixed height of the whole chat UI as it breaks the display of the advanced options
Commit: 6cfe95e6e5c2b83320a89817325e4692c8e0de0b
https://github.com/xwiki-contrib/ai-llm/commit/6cfe95e6e5c2b83320a89817325e…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M application-ai-llm-chat/application-ai-llm-chat-webjar/webjar/chatUILoader.js
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/RAGChatRequestFilter.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/OpenAIChatModel.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/openai/ChatCompletionChunk.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/openai/ChatCompletionRequest.java
A application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/openai/StreamOptions.java
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/Javascript.xml
Log Message:
-----------
LLMAI-45: Create a new Java API for chat models
* Add support for usage information in streaming responses, see https://community.openai.com/t/usage-stats-now-available-when-using-streami…
* Adapt the chat request builder to be more in line with Java record naming conventions
Compare: https://github.com/xwiki-contrib/ai-llm/compare/e00f6b85c88d...6cfe95e6e5c2
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications