From 12b7b82afcfda617957f1769bac3800daa7a02ea Mon Sep 17 00:00:00 2001 From: Prateek Sachan Date: Fri, 21 Jun 2024 00:08:13 -0700 Subject: [PATCH] update example payload --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1855273..66e6470 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Once you have the above docker setup and running, you can create agents and init }, "llm_agent": { "agent_flow_type": "streaming", - "family": "openai", + "provider": "openai", "request_json": true, "model": "gpt-3.5-turbo-16k", "use_fallback": true