Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contradictory Information when using Ollama phi3:medium #844

Open
zwei2016 opened this issue Dec 14, 2024 · 0 comments
Open

Contradictory Information when using Ollama phi3:medium #844

zwei2016 opened this issue Dec 14, 2024 · 0 comments

Comments

@zwei2016
Copy link

Describe the bug
A contradictory information is found when loading the ollama/phi3:medium model.

    "llm": {
        "model": "ollama/phi3:medium",
        "temperature": 0,
        "format": "json",  # Ollama needs the format to be specified explicitly
        "base_url": "http://localhost:11434",  # set Ollama URL
    },
Model ollama/phi3:medium not found,
                    using default token size (8192)

However, the program seems work and return the web page content with the model.

To Reproduce
Steps to reproduce the behavior:
1: use the ollama/phi3:medium in llm config
2: run it

Expected behavior
the phi3:medium should be recognized by config. The main reason probably is that this model is not listed in
scrapegraphai/helpers/models_tokens.py

Screenshots
If applicable, add screenshots to help explain your problem.

image

Desktop (please complete the following information):

  • OS: Win11
  • Browser: Opera
  • Version: 114.0.5282.235
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant