Aron Homberg

Results 65 comments of Aron Homberg

+1 :) -- I guess AutoGPT could simply be forked and a compatibility layer for OA could be implemented, making the ApiManager here more abstract with providers: - OpenAI -...

@laurentperez Thank you for your feedback! I def. agree that OpenAI is nowhere near the direction this community would probably like to go. The whole point is that the model...

A few days more into researching the topic I conclude for myself: Just use https://langchain.readthedocs.io/ and let the OA focus on what it is best at: Making a LLM model...

I'm pretty sure that it's not the intention to implement support for this in the core. Would it make sense to implement a `milkdown-html` plugin and could you please point...

@quank123wip I agree, I'm using Milkdown for quite some time now, and as my project is allowing HTML to be extracted from websites and is then loaded into Milkdown, I'm...

@eatcosmos Interesting! WebGPU and WebAssembly are marked as _experimental_ on the website (likewise ONNX and PyTorch), but the architecture looks promising! What is your assumption of why this project didn't...

Let me just drop this, if anyone would join, we could impl. this https://github.com/nodejs/help/issues/560#issuecomment-993832308

Hey, just implement it like this: ``` var notification = new DesktopNotification(title, { body: body, height: 50 }); notification.show(); setTimeout(function() { notification.close(); }, 4 * 1000 /* 4 seconds */);...

Yep, would be great if biome would read the `.editorconfig` and use it config, overriding the *defaults* of biome. But when the user is explicitly setting values in biome config,...

Well done, @dyc3 ! Thank you :)