From 1148ddba537d3ca59994b9f9c138ff3386a77d41 Mon Sep 17 00:00:00 2001 From: Huu Le <39040748+leehuwuj@users.noreply.github.com> Date: Fri, 31 May 2024 19:46:35 +0700 Subject: [PATCH] bump llama-index-agent-openai version to 0.2.6 (#107) --- helpers/python.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/python.ts b/helpers/python.ts index b655f698..178638d5 100644 --- a/helpers/python.ts +++ b/helpers/python.ts @@ -144,7 +144,7 @@ const getAdditionalDependencies = ( case "openai": dependencies.push({ name: "llama-index-agent-openai", - version: "0.2.2", + version: "0.2.6", }); break; case "anthropic": -- GitLab