File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ pip install git+https://github.com/molecule-one/m1wrapper-python
1010### Initialization:
1111``` py
1212from m1wrapper import MoleculeOneWrapper
13- m1wrapper = MoleculeOneWrapper(token )
13+ m1wrapper = MoleculeOneWrapper(api_token, ' https://app.molecule.one ' )
1414```
15- - * token * : API token you'll need to authorize in our system. You can get
15+ - * api_token * : API token you'll need to authorize in our system. You can get
1616 generate yours at https://app.molecule.one/dashboard/user/api-tokens
17- - * baseUrl * (optional): URI of the batch scoring service. Defaults to Molecule One's public
17+ - * api_base_url * (optional): URI of the batch scoring service. Defaults to Molecule One's public
1818 server, but you will need to provide custom value if you're using a dedicated solution.
1919
2020### Running batch scoring request:
You can’t perform that action at this time.
0 commit comments