From bfd7a8a73fa5b10c1b3edfb6ec52e972e11c8735 Mon Sep 17 00:00:00 2001 From: dbth <1097224+believethehype@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:51:32 +0200 Subject: [PATCH] Update 02_run_dvm.py --- tutorials/02_run_dvm.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)