Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam authored Dec 3, 2024
1 parent 52eac26 commit b34a955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/00-introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"source": [
"from semantic_router.routers import SemanticRouter\n",
"\n",
"sr = SemanticRouter(encoder=encoder, routes=routes, auto_sync="local")"
"sr = SemanticRouter(encoder=encoder, routes=routes, auto_sync=\"local\")"
]
},
{
Expand Down

0 comments on commit b34a955

Please sign in to comment.