Retrieving OpenAI Fine-Tuning Results in Python: A Complete Guide with Traceability

Feb 5, 2025

Retrieving OpenAI Fine-Tuning Results in Python: A Complete Guide with Traceability

Learn how to retrieve and analyze OpenAI fine-tuning results using Python, with practical code examples and best practices.

OpenAI: How to estimate tokens before sending a query

Feb 4, 2025

OpenAI: How to estimate tokens before sending a query

Learn to accurately estimate token usage before sending requests to OpenAI's API, with practical code examples and tools.

Input mapping in LangChain custom prompts

Jan 28, 2025

Input mapping in LangChain custom prompts

Learn how input mapping directs data flow in LangChain custom prompts, resolves parameter mismatches, and ensures proper variable assignment for AI chain operations.

How to build a multi-user chatbot?

Jan 19, 2025

How to build a multi-user chatbot?

Learn to build multi-user chatbots, focusing on the key differences in OpenAI and Anthropic's support for such use-cases.

OpenAI: New "developer" message role

Jan 15, 2025

OpenAI: New "developer" message role

OpenAI introduces a major API change: the developer message role. Discover how this update affects o-series models and improves AI instruction hierarchy in applications.

LangChain's ToolMessage class: Complete Guide

Nov 17, 2024

LangChain's ToolMessage class: Complete Guide

Learn in-depth about ToolMessage class to simplify tool-to-model communication and it's use in LLM applications.

AIMessage class in LangChain

Nov 15, 2024

AIMessage class in LangChain

Guide about using AIMessage class from Langchain to manage AI conversations

SystemMessage class in LangChain

Nov 10, 2024

SystemMessage class in LangChain

Learn how LangChain's SystemMessage optimizes AI conversations with clear context setup.

Using Langchain with Llama.cpp Python: Complete Tutorial

Nov 5, 2024

Using Langchain with Llama.cpp Python: Complete Tutorial

A guide to integrate LangChain with Llama.cpp for privacy-focused local LLMs

Troubleshoot Timeout Errors in Azure OpenAI

Oct 25, 2024

Troubleshoot Timeout Errors in Azure OpenAI

This guide helps you understand why Azure OpenAI timeout errors happen and how you can fix them

Using the Batch API with Azure OpenAI

Oct 22, 2024

Using the Batch API with Azure OpenAI

Use the Azure OpenAI Batch API in Python to save cost and process large LLM workloads.

Using LangChain with vLLM: Complete Tutorial

Oct 16, 2024

Using LangChain with vLLM: Complete Tutorial

A Complete Guide to Building and Deploying LLM Applications with LangChain and vLLM