@blaxel/llamaindex 0.2.50-dev.215 → 0.2.50-preview.115

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -73,7 +73,7 @@ When running Blaxel SDK from a remote server that is not Blaxel-hosted, we recom
73
73
  import { blTools, blModel } from "@blaxel/llamaindex";
74
74
 
75
75
  const stream = agent({
76
- llm: await blModel("gpt-4o-mini"),
76
+ llm: await blModel("sandbox-openai"),
77
77
  tools: [
78
78
  ...(await blTools(["blaxel-search", "webcrawl"])),
79
79
  tool({