File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ async def async_main():
8282 )
8383
8484 if not chat :
85- print (f"*** AI chat configuration is not enabled for key: { ai_config_key } " )
85+ print (f"*** Failed to create chat for key: { ai_config_key } " )
8686 return
8787
8888 user_input_1 = "What is feature flagging in 2 sentences?"
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ python = "^3.10"
1515python-dotenv = " >=1.0.0"
1616launchdarkly-server-sdk-ai = " ^0.18.0"
1717launchdarkly-observability = " >=0.1.0"
18+ launchdarkly-server-sdk-ai-openai = " >=0.4.0"
19+ launchdarkly-server-sdk-ai-langchain = " >=0.5.0"
1820openai = " >=0.2.0"
1921
2022[build-system ]
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ async def async_main():
5656 })
5757
5858 if not chat :
59- print (f"*** AI chat configuration is not enabled for key: { ai_config_key } " )
59+ print (f"*** Failed to create chat for key: { ai_config_key } " )
6060 return
6161
6262 print ("\n *** Starting chat with automatic judge evaluation:" )
You can’t perform that action at this time.
0 commit comments