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',
327327## IBM Cloud Pak for Data(ICP4D)
328328If your service instance is of ICP4D, below are two ways of initializing the assistant service.
329329
330- #### 1) Supplying the ` username ` , ` password ` , ` icp4d_url ` and ` authentication_type `
330+ ### 1) Supplying the username, password, icp4d_url and authentication_type
331331The SDK will manage the token for the user
332332``` python
333333assistant = AssistantV1(
@@ -341,7 +341,7 @@ assistant = AssistantV1(
341341assistant.disable_SSL_verification() # MAKE SURE SSL VERIFICATION IS DISABLED
342342```
343343
344- #### 2) Supplying the access token
344+ ### 2) Supplying the access token
345345``` python
346346assistant = AssistantV1(
347347 version = ' <version>' ,
You can’t perform that action at this time.
0 commit comments