-
-
Notifications
You must be signed in to change notification settings - Fork 277
feat: ai playground #3021
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: ai playground #3021
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
f622a1a
to
247bfc1
Compare
8d33189
to
47612ee
Compare
72f8a05
to
deb67dc
Compare
@coderabbitai review |
✅ Actions performedReview triggered.
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
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.
Sorry for the huge amount of comments.
It's amazing piece of work! Thanks!
backend/data/src/main/kotlin/io/tolgee/service/LlmPropertiesService.kt
Outdated
Show resolved
Hide resolved
backend/data/src/main/kotlin/io/tolgee/batch/processors/AiPlaygroundChunkProcessor.kt
Outdated
Show resolved
Hide resolved
backend/data/src/main/kotlin/io/tolgee/batch/processors/AiPlaygroundChunkProcessor.kt
Outdated
Show resolved
Hide resolved
backend/data/src/main/kotlin/io/tolgee/batch/processors/AutoTranslateChunkProcessor.kt
Outdated
Show resolved
Hide resolved
backend/data/src/main/kotlin/io/tolgee/batch/processors/GenericAutoTranslationChunkProcessor.kt
Outdated
Show resolved
Hide resolved
ee/backend/app/src/main/kotlin/io/tolgee/ee/service/LlmProviderService.kt
Outdated
Show resolved
Hide resolved
ee/backend/app/src/main/kotlin/io/tolgee/ee/service/LlmProviderService.kt
Outdated
Show resolved
Hide resolved
ee/backend/app/src/main/kotlin/io/tolgee/ee/service/LlmProviderService.kt
Outdated
Show resolved
Hide resolved
ee/backend/app/src/main/kotlin/io/tolgee/ee/service/LlmProviderService.kt
Show resolved
Hide resolved
ee/backend/app/src/main/kotlin/io/tolgee/ee/service/prompt/PromptServiceEeImpl.kt
Outdated
Show resolved
Hide resolved
## [3.119.1](v3.119.0...v3.119.1) (2025-05-20) ### Bug Fixes * enable session recording in PostHog initialization ([#3080](#3080)) ([ac65138](ac65138))
- Allows developers to include custom gradle-scripts from the gitignored .local directory. - ignore some cursor IDE files <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the `.gitignore` file to exclude additional tool-specific files. - Enhanced backend build configuration to support local, gitignored Gradle customizations without affecting the main build script. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
b6b680f
to
dc8b12a
Compare
08a3592
to
a652bd2
Compare
https://github.com/tolgee/billing/pull/159
tolgee/documentation#929