Skip to content

Instantly share code, notes, and snippets.

@engineersamuel
Created June 13, 2024 17:04
Show Gist options
  • Save engineersamuel/fb15d4358f2fa39cab660fa0d6c2733b to your computer and use it in GitHub Desktop.
Save engineersamuel/fb15d4358f2fa39cab660fa0d6c2733b to your computer and use it in GitHub Desktop.
from pirate_speak.chain import chain as pirate_speak_chain
add_routes(
app,
pirate_speak_chain,
path="/pirate-speak",
playground_type="chat",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment