llama-stack-apps icon indicating copy to clipboard operation
llama-stack-apps copied to clipboard

File Upload not working

Open uhasker opened this issue 6 months ago • 2 comments

When trying to work with a file upload, the file is basically ignored:

image

I have used the standard setup from the README, i.e.:

  • created and activated a conda environment with Python 3.10
  • started a distribution via llama distribution start --name local-llama-8b --port 5000 --disable-ipv6
  • installed requirements via pip install -r requirements.txt and started the app via mesop app/main.py (after disabling safety features)

Am I missing something? There are no errors being shown in either the distribution console or the mesop console.

uhasker avatar Aug 21 '24 17:08 uhasker