diff --git a/tutorials/02_run_dvm.py b/tutorials/02_run_dvm.py index ede1640..0d82a6e 100644 --- a/tutorials/02_run_dvm.py +++ b/tutorials/02_run_dvm.py @@ -1,5 +1,4 @@ # Welcome back, this time we don't use a notebook, but we run an actual Python Script. -# Go to the very bottom of this code and replace the identifier with the one from last exercise. # We use a GenericDVM kind to start with. Now what's this? We have many predefined tasks in the task folder, but # the genericDVM gives you some control for simple manipulation without caring about the tasks. Important is that # we set the Kind of the GenericDVM. In Line 28 you see that we give it Kind 5050 (Text generation). @@ -80,4 +79,4 @@ if __name__ == '__main__': # psst, you can change your lightning address here: #asyncio.run(change_ln_address(identifier, "test", DVMConfig(), True)) - run_dvm(identifier) \ No newline at end of file + run_dvm(identifier)