Skip to content

Commit

Permalink
explicitly make env var dict items strings
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye committed Nov 14, 2024
1 parent f8bf15f commit d18d339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 13_sandboxes/codelangchain/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# cmd: ["modal", "run", "13_sandboxes.codelangchain.agent", "--question", "Use gpt2 and transformers to generate text"]
# tags: ["featured", "use-case-sandboxed-code-execution"]
# pytest: false
# env: {MODAL_AUTOMOUNT: True}
# env: {"MODAL_AUTOMOUNT": "True"}
# ---

# # Build a coding agent with Modal Sandboxes and LangGraph
Expand Down

0 comments on commit d18d339

Please sign in to comment.