From 63c2247f81c47ca1cdcdd9ca1301d6981096a6cd Mon Sep 17 00:00:00 2001 From: Fernando Rocha Date: Thu, 23 Jan 2025 10:37:21 -0800 Subject: [PATCH] Update conversation/go/http/README.md Co-authored-by: Alice Gibbons Signed-off-by: Fernando Rocha --- conversation/go/http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversation/go/http/README.md b/conversation/go/http/README.md index 063761ab9..b304786d1 100644 --- a/conversation/go/http/README.md +++ b/conversation/go/http/README.md @@ -1,6 +1,6 @@ # Dapr Conversation -In this quickstart, you'll send an input to a 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. Visit [this](https://v1-15.docs.dapr.io/developing-applications/building-blocks/conversation/conversation-overview/) link for more information about Dapr and the Conversation API.