Jean-Jerome Levy
Jean-Jerome Levy
Hi, Your curl request should be: `curl --location 'http://127.0.0.1:5000/process_form' --form 'query="What does the author discuss about NFL"` Have you tried these other implementations?: [https://github.com/jmorganca/ollama?tab=readme-ov-file#web--desktop](https://github.com/jmorganca/ollama?tab=readme-ov-file#web--desktop) ?
With the @kingychiu hack, I've got `Error executing tool. Missing exact 3 pipe (|) separated values.` I had to add `Action Input should be formatted as coworker|task|context`. ``` allow_delegation=True, llm=Ollama(model="codellama:34b")...
same here 😢 (macOS): `ModuleNotFoundError: No module named 'torch'`