Eee
Results
3
comments of
Eee
> ` llm=ChatOpenAI( base_url='https://api.groq.com/openai/v1', model='llama-3.3-70b-versatile', api_key=SecretStr(api_key), ),` > > i use this It does not work.
> This works for me > > xvfb-run --auto-servernum -- python3 agent_claude.py > > #agent_claude.py from langchain_anthropic import ChatAnthropic from browser_use import Agent import asyncio from dotenv import load_dotenv >...
I am also waiting it to support vLLM API endpoint.