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

local AI and chrome issues #164

Open
mayphilc opened this issue Jan 26, 2025 · 1 comment
Open

local AI and chrome issues #164

mayphilc opened this issue Jan 26, 2025 · 1 comment

Comments

@mayphilc
Copy link

mayphilc commented Jan 26, 2025

first of all it refuses to use my ollama i get connection errors no matter what i try
secondly it never uses my browser and always makes me use vnc to see it use its own

@iammrbt
Copy link

iammrbt commented Jan 29, 2025

How are you running ollama? If the answer is docker you'll need to use your local IP rather than localhost. for instance, http://192.168.1.3:11434 . Also the model names require the tag after the colon (:) as well. So llama3.1:latest, rather than llama3.1

Did you define the chrome dir correctly in the .env file?
For example:

Chrome settings

CHROME_PATH="C:\Program Files\Google\Chrome\Application\chrome.exe"
CHROME_USER_DATA=""
CHROME_DEBUGGING_PORT=9222
CHROME_DEBUGGING_HOST=localhost

Set to true to keep browser open between AI tasks

CHROME_PERSISTENT_SESSION=true

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

2 participants