We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffcd9f commit c8aa157Copy full SHA for c8aa157
1 file changed
README.md
@@ -327,7 +327,7 @@ service.synthesize_using_websocket('I like to pet dogs',
327
## IBM Cloud Pak for Data(ICP4D)
328
If your service instance is of ICP4D, below are two ways of initializing the assistant service.
329
330
-#### 1) Supplying the `username`, `password`, `icp4d_url` and `authentication_type`
+### 1) Supplying the username, password, icp4d_url and authentication_type
331
The SDK will manage the token for the user
332
```python
333
assistant = AssistantV1(
@@ -341,7 +341,7 @@ assistant = AssistantV1(
341
assistant.disable_SSL_verification() # MAKE SURE SSL VERIFICATION IS DISABLED
342
```
343
344
-#### 2) Supplying the access token
+### 2) Supplying the access token
345
346
347
version='<version>',
0 commit comments