You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conversation/csharp/http/README.md
+21-32Lines changed: 21 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,27 +14,24 @@ This quickstart includes one app:
14
14
15
15
This section shows how to run the application using the [multi-app run template file](https://docs.dapr.io/developing-applications/local-development/multi-app-dapr-run/multi-app-overview/) and Dapr CLI with `dapr run -f .`.
16
16
17
-
This example uses the default LLM component (Echo) which simply returns the input for testing purposes. You can switch to the OpenAI component by adding your API token in the provided OpenAI component file and changing the component name from `echo` to `openai`. For other available integrations, see the other [supported conversation components](https://docs.dapr.io/reference/components-reference/supported-conversation/).
17
+
This example uses the Ollama LLM component for local inference. You can switch to the OpenAI component by adding your API token in the provided OpenAI component file and changing the component name from `ollama` to `openai`. For other available integrations, see the other [supported conversation components](https://docs.dapr.io/reference/components-reference/supported-conversation/).
18
18
19
19
Open a new terminal window and run the multi app run template:
20
20
21
21
<!-- STEP
22
22
name: Run multi app run template
23
23
expected_stdout_lines:
24
24
- '== APP - conversation == Conversation input sent: What is dapr?'
25
-
- '== APP - conversation == Output response: What is dapr?'
25
+
- '== APP - conversation == Usage:'
26
+
- '== APP - conversation == Output response:'
26
27
- '== APP - conversation == Tool calling input sent: What is the weather like in San Francisco in celsius?'
27
-
- '== APP - conversation == Output message: What is the weather like in San Francisco in celsius?'
0 commit comments