We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306b489 commit 100ec63Copy full SHA for 100ec63
1 file changed
simple-examples/src/genai/basicrag.py
@@ -12,10 +12,8 @@ class BasicRagWorkflow:
12
13
@hatchet.step()
14
def start(self, context: Context):
15
- override = context.playground('model', "gpt-3.5-turbo")
16
-
17
return {
18
- "status": "reading hatchet docs" + override,
+ "status": "reading hatchet docs",
19
}
20
21
@hatchet.step(parents=["start"])
0 commit comments