Compare commits
No commits in common. "bb5ce8e7628c802e892b7eb328b51ed37b2eb9d2" and "480dfcd36e1fbf19774c9a26d4fcd45380c6ba6a" have entirely different histories.
bb5ce8e762
...
480dfcd36e
1 changed files with 0 additions and 8 deletions
|
|
@ -18,14 +18,6 @@ async def run_browser_task(task):
|
|||
cdp_url = f"http://{browser_host}:{browser_port}"
|
||||
|
||||
browser = Browser(cdp_url=cdp_url)
|
||||
# browser = Browser(
|
||||
# config=BrowserConfig(
|
||||
# chrome_instance_path="/usr/bin/google-chrome", # путь к Chrome на ВМ
|
||||
# # Для Windows: "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"
|
||||
# # Для macOS: "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
|
||||
# )
|
||||
# )
|
||||
# для хрома на вирутальной машине
|
||||
|
||||
llm = ChatOpenAI(
|
||||
model=os.getenv("MODEL_DEFAULT", "qwen3.5-122b"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue