Skip to content

Commit 100ec63

Browse files
committed
fix: rm debug code
1 parent 306b489 commit 100ec63

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

simple-examples/src/genai/basicrag.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ class BasicRagWorkflow:
1212

1313
@hatchet.step()
1414
def start(self, context: Context):
15-
override = context.playground('model', "gpt-3.5-turbo")
16-
1715
return {
18-
"status": "reading hatchet docs" + override,
16+
"status": "reading hatchet docs",
1917
}
2018

2119
@hatchet.step(parents=["start"])

0 commit comments

Comments
 (0)