We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ae89f commit f79817dCopy full SHA for f79817d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Release Notes for chatgpt-integration
2
3
+## 5.0.2 - 2024-04-15
4
+
5
+### Fixed
6
+- Text corrections.
7
8
## 5.0.1 - 2024-04-15
9
10
### Added
src/templates/settings/api.twig
@@ -50,8 +50,8 @@
50
{% endset %}
51
52
{{ forms.field({
53
- label: "Gateway plan"|t('app'),
54
- instructions: "Choose the model to be used for your prompt requests.",
+ label: "API: Language Model"|t('chatgpt-integration'),
+ instructions: "Choose the model to be used for your prompt requests."|t('chatgpt-integration'),
55
id: 'model',
56
}, modelInput) }}
57
</div>
0 commit comments