Conversation API quickstart cleanup

Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
This commit is contained in:
Bilgin Ibryam 2025-03-24 09:23:01 +00:00
parent 9fdbf17de3
commit c2af8bd26e
No known key found for this signature in database
GPG Key ID: F4E44C0A8C57006F
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Dapr Conversation API (Python HTTP) # Dapr Conversation API (Python SDK)
In this quickstart, you'll send an input to a mock Large Language Model (LLM) using Dapr's Conversation API. This API is responsible for providing one consistent API entry point to talk to underlying LLM providers. In this quickstart, you'll send an input to a mock Large Language Model (LLM) using Dapr's Conversation API. This API is responsible for providing one consistent API entry point to talk to underlying LLM providers.
@ -59,7 +59,7 @@ The terminal console output should look similar to this, where:
<!-- END_STEP --> <!-- END_STEP -->
2. Stop and clean up application processes. 3. Stop and clean up application processes.
<!-- STEP <!-- STEP
name: Stop multi-app run name: Stop multi-app run