Created
June 13, 2024 17:04
-
-
Save engineersamuel/fb15d4358f2fa39cab660fa0d6c2733b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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