B4A Library [B4X] CodeBundle – Export Projects as a Single JSON for AI Analysis - Erel    Jan 25, 2026   (32 reactions) The purpose of this tool is to easily export the complete project as a single json file which can be then fed to ChatGPT or any other capable AI bot for further analysis. It exports the modules code... B4A Library [B4X] [Chargeable] AI Embeddings - Turn SQLite and EVERY DB into a vector database - hatzisn    Feb 2, 2026   (8 reactions) We are all familiar with AI Embeddings. They are the base in RAG (Retrieval Augmented Generation) for AI. This library converts SQLite and every database into a vector database. The embeddings... B4A Class B4X - OpenAI - a class to work with OpenAI in your B4X-Project - DonManfred    Apr 8, 2024   (29 reactions) with OpenAI and added some Methods from the Api. ?
I also added the functionality in my Discord-Bot in... that OpenAI is not a free service if you want to use the Api, want to use your own Assistants.
Add... Environment when Initializing the Class
Add the class to your project and Initialize it
Public AI... B4A Tutorial [AI][B4X] NotebookLLM Explains B4x in 5 minutes Video Overviews - Mashiane    Apr 6, 2026   (5 reactions) Hi Fam
These tutorials are based on Booklets available in the b4x website. Asking NotebookLLM to ge... B4A Tutorial [AI] How to generate an automated changelog for a B4A.b4xlib - Mashiane    Mar 18, 2026   (2 reactions) Hi Fam! So i jumped into the AI wagon. As Im currently creating the B4XDaisy UIKit, i had an idea last week about creating automated changelogs about this beautiful TailwindCSS based framework. My... a prompt so that the AI agent can do that and generate for me a report. It fires up a Powershell script (which I approve) before it runs. This mermaid chart has been generated with AI from "create... click and download the image. 170669 Here is my powershell script generated by AI. Usage... B4J Code Snippet [B4X] Tips for AI - Vibe Coding !!!! - Magma    Mar 15, 2026   (5 reactions) B4J 10.5 is a fact, and I think Erel should take the next step—we can help him somehow. I've already made some presentations on B4X and AI-powered coding to our Greek Union for Business... Share My Creation AI Code Injector - HNICofCODE    Feb 1, 2026   (10 reactions) 169643
Get AI Code Injector
When coding with an AI Agent, It is easy to happen, once your code gets..., prone to errors and lost or duplicated code and general setbacks; so much so that coding with AI may... B4A Class OpenAI Realtime Speech2Speech - Blueforcer    Apr 30, 2025   (27 reactions) 🔊 Realtime Speech-to-Speech with OpenAI GPT-4o This small example project demonstrates how to build a realtime speech-to-speech assistant in B4A using OpenAI’s GPT-4o realtime API and a direct... You need to enter a valid OpenAI API Key with access to GPT-4o realtime in the class globals! 🎯 Features: Realtime speech input & AI-generated speech output via multimodal model Uses... with a ToggleButton and Label 🧠 How It Works Audio Input (Microphone → AI): When you press... B4A Library [B4X] OpenAI - A.I. Text & Image generation - Blueforcer    Mar 18, 2024   (30 reactions) OpenAI API, enabling your B4X applications to leverage the capabilities of OpenAI's models for... functionalities. Vision API will be added soon! get your API key here. Used tokens arent calculated yet. OpenAI...: https://openai.com/pricing DependsOn: XUI, JSON and OkHttpUtils2 Dim oai As OpenAI oai.Initialize(Me, "OpenAI", "your-api-key") 'In conjunction with ChatGPT, the library... corresponding event handlers in your activity or class Sub OpenAI_ChatResponse(response As String... Share My Creation [B4X] OpenAI Chat Bot, Image Generator Using B4J - JGParamo    Aug 17, 2024   (5 reactions) OpenAI Chat Bot, Image Generator Using B4J This B4J OpenAI chat bot and image generator sample is based on Blueforce's OpenAI - A.I. Text & Image generation library. This uses OpenAI and needs to be subscribed to their services to have the API key and paid account to generate images with DALL-E 3, each time during test I have spent at the rate of $0.04 per image at the time of this posting. You can improve or expand on this being of basic functionalities and interface, a work in... Page: 1   2   3   |