File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ service.synthesize_using_websocket('I like to pet dogs',
327
327
## IBM Cloud Pak for Data(ICP4D)
328
328
If your service instance is of ICP4D, below are two ways of initializing the assistant service.
329
329
330
- #### 1) Supplying the ` username ` , ` password ` , ` icp4d_url ` and ` authentication_type `
330
+ ### 1) Supplying the username, password, icp4d_url and authentication_type
331
331
The SDK will manage the token for the user
332
332
``` python
333
333
assistant = AssistantV1(
@@ -341,7 +341,7 @@ assistant = AssistantV1(
341
341
assistant.disable_SSL_verification() # MAKE SURE SSL VERIFICATION IS DISABLED
342
342
```
343
343
344
- #### 2) Supplying the access token
344
+ ### 2) Supplying the access token
345
345
``` python
346
346
assistant = AssistantV1(
347
347
version = ' <version>' ,
You can’t perform that action at this time.
0 commit comments