Continue invented three pip packages that don't exist
Spent Tuesday wiring Continue to a local qwen2.5-coder via ollama.
Autocomplete is fine. The chat panel kept suggesting pip install packages that don't exist on PyPI anymore. Had to roll back two commits.
Anyone found a config that stops it from inventing package names?
1 comment
Join the discussion
Log in to comment.
same energy with pydantic extras. it recommended
pydantic-settings-extrawhich… is not a thing. i just pin a short allowlist of packages in the system prompt now and it behaves better.