Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ai
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ai
Merge requests
!10
Resolve
#3457200
"Ai translations submodule"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3457200
"Ai translations submodule"
issue/ai-3457200:3457200-ai-translations-submodule
into
1.0.x
Overview
30
Commits
69
Pipelines
25
Changes
15
7 unresolved threads
Show all comments
Merged
Valery Lourie
requested to merge
issue/ai-3457200:3457200-ai-translations-submodule
into
1.0.x
7 months ago
Overview
30
Commits
69
Pipelines
25
Changes
15
7 unresolved threads
Show all comments
Expand
Closes
#3457200
0
0
Merge request reports
Compare
1.0.x
version 19
aa5dbf74
7 months ago
version 18
c142b7b3
7 months ago
version 17
123b74c7
7 months ago
version 16
24f32ae9
7 months ago
version 15
9428b8f9
7 months ago
version 14
bac94476
7 months ago
version 13
14d322e2
7 months ago
version 12
d2819753
7 months ago
version 11
2fe35fc9
7 months ago
version 10
a9b54b72
7 months ago
version 9
83c73ce5
7 months ago
version 8
7010a317
7 months ago
version 7
b981743f
7 months ago
version 6
a7e82e3b
7 months ago
version 5
97c235a8
7 months ago
version 4
c688a7d6
7 months ago
version 3
4d103fe4
7 months ago
version 2
6914f1f4
7 months ago
version 1
72d82bb6
7 months ago
1.0.x (base)
and
latest version
latest version
63359b85
69 commits,
6 months ago
version 19
aa5dbf74
68 commits,
7 months ago
version 18
c142b7b3
67 commits,
7 months ago
version 17
123b74c7
66 commits,
7 months ago
version 16
24f32ae9
65 commits,
7 months ago
version 15
9428b8f9
64 commits,
7 months ago
version 14
bac94476
63 commits,
7 months ago
version 13
14d322e2
60 commits,
7 months ago
version 12
d2819753
59 commits,
7 months ago
version 11
2fe35fc9
12 commits,
7 months ago
version 10
a9b54b72
11 commits,
7 months ago
version 9
83c73ce5
10 commits,
7 months ago
version 8
7010a317
9 commits,
7 months ago
version 7
b981743f
8 commits,
7 months ago
version 6
a7e82e3b
7 commits,
7 months ago
version 5
97c235a8
6 commits,
7 months ago
version 4
c688a7d6
5 commits,
7 months ago
version 3
4d103fe4
4 commits,
7 months ago
version 2
6914f1f4
3 commits,
7 months ago
version 1
72d82bb6
2 commits,
7 months ago
15 files
+
558
−
363
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
modules/ai_api_explorer/src/Form/ChatGenerationForm.php
+
1
−
0
Options
@@ -14,6 +14,7 @@ use Drupal\ai\Service\AiProviderFormHelper;
use
Drupal\Core\Form\FormBase
;
use
Drupal\Core\Form\FormStateInterface
;
use
Drupal\Core\Link
;
use
Drupal\provider_openai
\OpenAiChatMessageIterator
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
use
Symfony\Component\HttpFoundation\Response
;
use
Symfony\Component\HttpFoundation\StreamedResponse
;
Loading