scottiesan

Results 7 comments of scottiesan

You add repeat command and eliminate the nodemond; repeat tell application "System Events" to tell process "Xcode" click menu item "pokemonLocation" of menu 1 of menu item "Simulate Location" of...

you guys can try droping this...: from bs4 import BeautifulSoup import requests class BrowserTools(): @tool("Scrape website content") def scrape_and_summarize_website(website): """Useful to scrape and summarize a website content""" response = requests.get(website)...

this is due to static cell size in the collection cell: static let cellSize = CGSize(width: 250, height: 350)

I had the same issue. For me It was trying to access the client before it was finish intializing, i forgot to init the singleton in the app delegate :...

I got about 22 tps on my m3 Mac Studio. Uses tons of memory.

API Request Failed 400 {"type":"error","error":{"type":"invalid_request_error","message":"messages: text content blocks must be non-empty"}} - Starting a new task fixes the issue.

I am running pip install Name: gpt-researcher Version: 0.9.6 Summary: GPT Researcher is an autonomous agent designed for comprehensive online research on a variety of tasks. Home-page: https://github.com/assafelovic/gpt-researcher Author: Assaf...