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

🚨 Error: browser:gpt-4-turbo model not found in registry #3

Open
Sunwood-ai-labs opened this issue Jan 5, 2025 · 4 comments
Open

Comments

@Sunwood-ai-labs
Copy link

When trying to use browser:gpt-4-turbo, I got an error that the model is not found in the registry.

Code

import gradio as gr
import ai_gradio

gr.load(
    name='browser:gpt-4-turbo',
    src=ai_gradio.registry,
    title='AI Browser Assistant',
    description='Let AI help with web tasks'
).launch()

Error Message

ValueError: Model browser:gpt-4-turbo not found. Available models: ['openai:gpt-4-turbo', 'openai:gpt-4', 'openai:gpt-3.5-turbo', 'gemini:gemini-pro', 'gemini:gemini-pro-vision', 'gemini:gemini-2.0-flash-exp', 'crewai:gpt-4-turbo', 'crewai:gpt-4', 'crewai:gpt-3.5-turbo']

image

Is browser automation support available in this package? If not, could you recommend alternatives?

@anishjain123
Copy link

same here, @Sunwood-ai-labs were you able to solve this?

@AK391
Copy link
Owner

AK391 commented Jan 5, 2025

browser-use requires Python >=3.11 can you try upgrading python and then try?

@AK391
Copy link
Owner

AK391 commented Jan 5, 2025

also make sure you have playwright installed, see: https://github.com/AK391/ai-gradio?tab=readme-ov-file#browser-automation

@MagMueller
Copy link

With python3.11 and playwrite installed run
pip install --upgrade 'ai-gradio[browser]'

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

4 participants