Coder Social home page Coder Social logo

Comments (2)

andrewnguonly avatar andrewnguonly commented on June 26, 2024 1

@xding2, which version of Lumos do you have installed? If you haven't installed the latest (1.0.11), please try that version.

background.js:2 Uncaught (in promise) Error: Ollama call failed with status code 404: model 'llama2' not found, try pulling it first

This error indicates that the llama2 model has not been pulled or there are no models available (no models have been pulled). You can verify that you've pulled at least 1 model by running the following command in the Docker container: ollama list.

To pull a model, run ollama pull <model_name>. Example: ollama pull llama2. Documentation: https://github.com/ollama/ollama?tab=readme-ov-file#pull-a-model

I will update the README to be more explicit about this step.

from lumos.

xding2 avatar xding2 commented on June 26, 2024

Can anyone help me? I followed the steps and ran docker
docker run -e OLLAMA_ORIGINS="chrome-extension://*" -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama

However, when I right-click on the extension icon and select "Options" to access the extension's "Options Page", I am unable to select any model, as shown in the following screenshot.

Screen Shot 2024-03-19 at 1 22 10 PM

from lumos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.