Skip to content

Commit abb44cf

Browse files
committed
lint
Signed-off-by: Filinto Duran <1373693+filintod@users.noreply.github.com>
1 parent 793718d commit abb44cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quickstarts/03-durable-agent-multitool-dapr/multi_tool_agent_dapr.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ async def main():
1515
os.environ.setdefault("DAPR_LLM_COMPONENT_DEFAULT", "openai")
1616

1717
# Initialize the llm provider using the DaprChatClient
18-
# By default, the LLM provider is DaprChatClient("openai")
19-
# Uncomment the line below to use it:
20-
# llm_provider = DaprChatClient()
18+
# By default, the LLM provider is DaprChatClient("openai")
19+
# Uncomment the line below to use it:
20+
# llm_provider = DaprChatClient()
2121

2222
# Setting to None has the same effect as the default above
2323
llm_provider = None

0 commit comments

Comments
 (0)