You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use browser:gpt-4-turbo, I got an error that the model is not found in the registry.
Code
importgradioasgrimportai_gradiogr.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']
Is browser automation support available in this package? If not, could you recommend alternatives?
The text was updated successfully, but these errors were encountered:
When trying to use
browser:gpt-4-turbo
, I got an error that the model is not found in the registry.Code
Error Message
Is browser automation support available in this package? If not, could you recommend alternatives?
The text was updated successfully, but these errors were encountered: