Created
July 5, 2024 05:21
-
-
Save elijahbenizzy/2678e83050c0822409c0ea7d2fb3c3f7 to your computer and use it in GitHub Desktop.
This file contains 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
app = ApplicationBuilder() | |
.with_entrypoint("prompt") | |
.with_state(chat_history=[]) | |
.with_graph(graph) | |
.with_tracker(project="demo_chatbot_streaming") | |
.with_identifiers(app_id=app_id) | |
.build() | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment