Browsing Tag
openai
52 posts
LMQL, AAAL Pt.6
In my journey to enhance adversarial robustness in LLMs, I explored LMQL (Language Model Query Language). This tool…
Guardrails AI, AAAL Pt.5
As I explored the landscape of adversarial robustness in LLMs, Guardrails AI stood out for its open-source approach…
Multimodal RAG locally with CLIP and Llama3
With the recent release of GPT-4o and Gemini, multimodal has been a hot topic lately. Another one that…
OpenAI Unleashes GPT-4o!
The future of AI just got a whole lot more exciting (and maybe a little bit scary)! Yesterday,…
Make the OpenAI Function Calling Work Better and Cheaper with a Two-Step Function Call 🚀
I tried using OpenAI’s feature for running local functions in a project with many functions. It worked well,…
LLM Development with JavaScript: Is that a thing?
This tutorial is a fast track to developing JavaScript apps that talk to LLM models. You’ll have a…
How to create a dynamic AI Discord bot with TypeScript
Learn how to create your own AI Discord bot (with command and event handling) that can be dynamically…
Taking an Open Source Project to Release 1.1 🚀
In my last post, I discussed how I integrated Text to Speech support into ChatCraft using OpenAI’s TTS…
Walles.AI Unleashed: A Rollercoaster Ride of Emotion in Every Keystroke
In the ever-evolving realm of artificial intelligence, Walles.AI stands out as a game-changer, not just for its technical…
How to Get Audio Transcriptions from Whisper without a File System
Whisper is OpenAI’s intelligent speech-to-text transcription model. It allows developers to enter audio and an optional styling prompt,…