We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793718d commit abb44cfCopy full SHA for abb44cf
quickstarts/03-durable-agent-multitool-dapr/multi_tool_agent_dapr.py
@@ -15,9 +15,9 @@ async def main():
15
os.environ.setdefault("DAPR_LLM_COMPONENT_DEFAULT", "openai")
16
17
# 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()
+ # By default, the LLM provider is DaprChatClient("openai")
+ # Uncomment the line below to use it:
+ # llm_provider = DaprChatClient()
21
22
# Setting to None has the same effect as the default above
23
llm_provider = None
0 commit comments