https://github.com/gradleless/ddgai-llama-proxy
An ollama api proxy using duckduckgo AI. Easily editable to enhance the ollama API or to change your AI provider
https://github.com/gradleless/ddgai-llama-proxy
ai duckduckgo duckduckgo-ai duckduckgo-api educational educational-project llama ollama ollama-api proxy
Last synced: about 1 month ago
JSON representation
An ollama api proxy using duckduckgo AI. Easily editable to enhance the ollama API or to change your AI provider
- Host: GitHub
- URL: https://github.com/gradleless/ddgai-llama-proxy
- Owner: Gradleless
- Created: 2024-12-18T20:39:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T22:04:51.000Z (5 months ago)
- Last Synced: 2025-02-12T21:36:28.037Z (3 months ago)
- Topics: ai, duckduckgo, duckduckgo-ai, duckduckgo-api, educational, educational-project, llama, ollama, ollama-api, proxy
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Llama API Server**
A lightweight, modular, and TypeScript-powered HTTP server for managing Llama-based API requests by using duckduckgo AI. The server is designed to be simple, scalable, and easy to maintain. It's not finished.
## **Features**
- 🚀 **Blazing Fast**: Built with Node.js's core `http` module, ensuring minimal overhead and maximum performance compared to frameworks like Express or Fastify. Perfect for high-performance applications. (And I wanted to try it)
- 🚀 **TypeScript Support**: Strong typing for better development experience.
- 🧩 **Modular Design**: Each route is in its own file for easy readability and extension.
- 💬 **Real-Time Streaming**: Supports Server-Sent Events (SSE) for chat interactions.
- 🔧 **Extensible**: Add new endpoints by creating a new route file and can easily add another AI provider.# Disclaimer
This project is for educational purposes only. The author does not take responsibility for how this code is used, deployed, or modified. Please use this project responsibly and in accordance with applicable laws and regulations.