Category: LLM
-
LLM Generated HTML Webpages with OpenManus.
•
Read This Post: LLM Generated HTML Webpages with OpenManus.I used OpenManus, an open-source, general-purpose autonomous AI project, alongside the Anthropic Claude 2.5 LLM model to generate responsive HTML webpages from simple prompts.
-
Locally Run LLM With Browser Use.
•
Read This Post: Locally Run LLM With Browser Use.Integrating the locally run Qwen2.5:7b language model with Browser-Use through Ollama enables efficient automation of browser tasks while maintaining data privacy. While the integration offers numerous advantages, it’s important to note that smaller models may occasionally produce incorrect output structures, leading to parsing errors. To maximize Browser-Use’s potential, I recommend using ChatGPT-4o API support.
-
Browser Use With ChatGPT-4o API.
•
Read This Post: Browser Use With ChatGPT-4o API.With Browser Use running locally in Docker and powered by the ChatGPT-4o API, I’m exploring how AI can automate everyday tasks using computer vision and reasoning.
-
Smart Flux Inpainting Workflow With Automated Visual Recognition and Masking in ComfyUI.
•
Read This Post: Smart Flux Inpainting Workflow With Automated Visual Recognition and Masking in ComfyUI.In this workflow, I used Florence and Segment Anything vision model to automatically recognise elements in the image and create masking layer based on the text prompt. I applied SEGS Detailer and Flux to complete the inpainting.
-
Automate your prompting with ChatGPT inside ComfyUI.
Read This Post: Automate your prompting with ChatGPT inside ComfyUI.StabilityAI released the Stable Diffusion 3.5 Large model earlier this week. It features improved performance and better image quality. This workflow also includes the Tara LLM node for automated prompt generation inside ComfyUI. Workflow: https://github.com/barkx/SD3.5-ChatGPT
-
GPT+PPT (GPT-Generated VBA Code for PowerPoint Presentations)
•
Read This Post: GPT+PPT (GPT-Generated VBA Code for PowerPoint Presentations)The emergence of AI language models such as ChatGPT has revolutionized the utilization of the Visual Basic Editor (VBE) in PowerPoint presentations. By employing GPT-generated Visual Basic (VBA) code, you can automate the process of generating slides, allowing you to save time and concentrate on the content and effectiveness of your presentation. Here’s a brief…
-
ChatGPT API Inside Google Sheets =GPT().
•
Read This Post: ChatGPT API Inside Google Sheets =GPT().I used OpenAI API to integrate GPT-3 into custom Google Sheets functions for effortless text generation.