Skip to content

Instantly share code, notes, and snippets.

@elijahbenizzy
Created July 5, 2024 05:21
Show Gist options
  • Save elijahbenizzy/2678e83050c0822409c0ea7d2fb3c3f7 to your computer and use it in GitHub Desktop.
Save elijahbenizzy/2678e83050c0822409c0ea7d2fb3c3f7 to your computer and use it in GitHub Desktop.
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