We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7797a03 commit 87544efCopy full SHA for 87544ef
1 file changed
lib/AppInfo/Application.php
@@ -27,7 +27,7 @@ class Application extends App implements IBootstrap {
27
public const APP_ID = 'integration_watsonx';
28
29
public const WATSONX_API_BASE_URL = 'https://us-south.ml.cloud.ibm.com';
30
- public const WATSONX_API_VERSION = '2024-03-14';
+ public const WATSONX_API_VERSION = '2021-05-01';
31
public const WATSONX_DEFAULT_REQUEST_TIMEOUT = 60 * 4;
32
public const USER_AGENT = 'Nextcloud IBM watsonx.ai integration';
33
0 commit comments