There was an error while loading. Please reload this page.
1 parent a47b3a5 commit 6e4cff1Copy full SHA for 6e4cff1
1 file changed
AGENTS.md
@@ -28,7 +28,7 @@ program = paw.compile(
28
compiler="paw-4b-qwen3-0.6b" # or "paw-4b-gpt2" for smaller/faster
29
)
30
fn = paw.function(program.id)
31
-fn("{name: 'Alice',}") # '{"name": "Alice"}'
+fn("{name: 'Alice',}") # '{"name":"Alice"}'
32
33
# Or compile and load in one step
34
fn = paw.compile_and_load("Classify sentiment as positive or negative")
0 commit comments