Skip to content

Commit 5142618

Browse files
authored
docs: remove unwanted comment
1 parent a8dbadf commit 5142618

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tutorials/language-model-tutorial/my-model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
def create_model(lang_graph: LanguageGraph) -> Model:
7-
"""Create a model with 2 computers"""
87
model = Model("my-model", lang_graph)
98

109
# Two computers

0 commit comments

Comments
 (0)