From 85f039dd49ffd5aed13c591c105c506cf69eb7c7 Mon Sep 17 00:00:00 2001 From: Harshaneel Gokhale Date: Wed, 1 Apr 2026 00:59:58 -0700 Subject: [PATCH] Add localaik to the list of AI tools (#6176) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecafd5de..e34499ee 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ _Libraries for building programs that leverage AI._ - [langchaingo](https://github.com/tmc/langchaingo) - LangChainGo is a framework for developing applications powered by language models. - [langgraphgo](https://github.com/smallnest/langgraphgo) - A Go library for building stateful, multi-actor applications with LLMs, built on the concept of LangGraph,with a lot of builtin Agent architectures. - [LocalAI](https://github.com/mudler/LocalAI) - Open Source OpenAI alternative, self-host AI models. +- [localaik](https://github.com/harshaneel/localaik) - Local compatibility proxy for the Gemini and OpenAI APIs. Run one container locally and test both SDK protocol shapes on the same port without API keys or network access. - [Ollama](https://github.com/jmorganca/ollama) - Run large language models locally. - [OllamaFarm](https://github.com/presbrey/ollamafarm) - Manage, load-balance, and failover packs of Ollamas. - [otellix](https://github.com/oluwajubelo1/otellix) - OpenTelemetry-native LLM observability and budget guardrails for cost-constrained production environments.