You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web-frontend/modules/core/locales/en.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
"close": "Close",
17
17
"types": {
18
18
"applications": "Applications",
19
-
"tables": "Tables",
19
+
"tables": "Tables",
20
20
"fields": "Fields",
21
21
"rows": "Rows"
22
22
}
@@ -308,6 +308,8 @@
308
308
"openaiOrganization": "Organization (optional)",
309
309
"openaiModelsLabel": "Enabled Models",
310
310
"openaiModelsDescription": "Provide a list of comma separated [OpenAI models](https://platform.openai.com/docs/models/continuous-model-upgrades) that can be used in Baserow. (e.g. `gpt-3.5-turbo,gpt-4`)",
311
+
"openaiBaseUrl": "Base URL",
312
+
"openaiBaseUrlDescription": "Uses the default OpenAI base URL by default if empty. Can optionally be changed to https://eu.api.openai.com/v1, https://<your-resource-name>.openai.azure.com, or any other OpenAI compatible API.",
311
313
"anthropic": "Anthropic",
312
314
"anthropicApiKeyLabel": "API Key",
313
315
"anthropicApiKeyDescription": "Provide an Anthropic API key if you would like to enable the integration. [Instructions on getting an API key](https://docs.anthropic.com/en/api/getting-started).",
0 commit comments