Mitch Hamilton

Results 5 comments of Mitch Hamilton

> I'd like to contribute to this, I'm currently working on two NFT games at the moment.

Have you tried the following? - Update the CONTRIBUTING.md file to include a section for RTL languages, explaining the issues, solutions, and usage of Unicode marks (RLM and LRM) for...

Have you tried using an extension popup window? This allows you to avoid injecting a script into the web page and requesting mic permission on every different domain. Create a...

`async function getRelevantDomSegments(dom, instructions, llm) { const segmentSize = 50; // or any other reasonable size let masterMessage = ""; let startIndex = 0; let endIndex = segmentSize; while (startIndex...

You're right about using Webscraper, it's a good solution. What if we implement a method to preprocess the HTML content before sending it to GPT-4, reducing the token count while...