mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
[PR #113] [CLOSED] Support uploading file to e2b code interpreter tool #268
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/create-llama/pull/113
Author: @leehuwuj
Created: 6/5/2024
Status: ❌ Closed
Base:
main← Head:feat/use-upload-file-for-code-interpreter📝 Commits (5)
229a11cupdate code interpreter to support upload file to e2b sandbox84a5064add using tempfile for the csv2220a2eadd sandbox file path to the metae3e2778add e2b upload file for Nextjs4fba331format code and fix missing default EMBEDDING_DIM📊 Changes
9 files changed (+144 additions, -40 deletions)
View changed files
📝
templates/components/engines/python/agent/tools/__init__.py(+0 -1)📝
templates/components/engines/python/agent/tools/interpreter.py(+44 -22)📝
templates/components/engines/typescript/agent/tools/interpreter.ts(+37 -6)📝
templates/components/vectordbs/python/milvus/vectordb.py(+2 -1)📝
templates/types/streaming/fastapi/app/api/routers/models.py(+34 -3)📝
templates/types/streaming/fastapi/app/engine/generate.py(+0 -1)📝
templates/types/streaming/nextjs/app/api/chat/llamaindex-stream.ts(+15 -5)📝
templates/types/streaming/nextjs/app/api/chat/stream-helper.ts(+10 -0)📝
templates/types/streaming/nextjs/package.json(+2 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.