Ashish Dalal
Ashish Dalal
Hi @juntao I have added code interpreter functionality as well. Currently it has the following, - Docker based sandbox to execute the code (currently supports only python language, but can...
Hi @juntao I have made a video demonstration on the code interpreter. it can detect a python code enclosed ```python code blocks. Demo video: https://drive.google.com/file/d/1YhPrzxTN_W0Yp1CFt1BbrdBuJs_4Yok3/view?usp=sharing Below I have attached some...
Update: 1. Checked code compatibility with existing MCP module 2. Integrated `/v1/responses` endpoint from the pre-test submission to the forked [llama-nexus](https://github.com/ashish-dalal/llama-nexus) 3. Created 9 tests for /responses endpoint 4. Submitted...
I'm working on two things from the review of PR LlamaEdge/llama-nexus#5 - better connection pooling using sqlx over rusqlite (submitted a PR for review) - extending the endpoint to have...
PR for SQLx connection pooling for better concurrency has been merged LlamaEdge/llama-nexus#9
I have submitted another PR for extending the fields for responses request and responses reply to match openAI endpoint closely. LlamaEdge/llama-nexus#10 Once it's complete, I'll start updating the code interpreter...
There are certain updates required to keep up with the LlamaEdge 0.28.0 release. I'll make the changes to use the /responses endpoint from this update. This will be a small...
@juntao @apepkuss can you help me with how can I get WasmEdge-plugin-wasi_logging (arm version) file? I searched for it on 0.15.0 release page and 0.14.1 release page of wasmedge
I ran run-llm.sh, it installs the GGML plugin, but the logging plugin isn’t bundled Every time I try to run the wasm module without the logging plugin, it aborts with...