From d3d8aa44e8f1d13c385a41c9b0f05493241d87f4 Mon Sep 17 00:00:00 2001 From: Mumulhl Date: Sat, 3 Aug 2024 21:52:08 +0800 Subject: [PATCH] Add duckduckgo-ai-chat --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fe536e0..8a76321 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ This list is a collection of the best Deno modules and resources. - [Frontend development](#frontend-development) - [Frontend framework](#frontend-framework) - [Game engine](#game-engine) + - [LLM](#llm) - [Logging](#logging) - [Machine Learning](#machine-learning) - [Mail](#mail) @@ -140,6 +141,9 @@ This list is a collection of the best Deno modules and resources. - [ImageScript](https://github.com/matmen/ImageScript) - Image processing in JavaScript, utilizing WebAssembly for performance. - [monke](https://github.com/retraigo/monke) - Color quantization and dithering library with extra image filters (blur, invert, etc). +### LLM +- [duckduckgo-ai-chat](https://github.com/mumu-lhl/duckduckgo-ai-chat) - Providing Duckduckgo AI Chat API, which can use gpt-4o-mini for free. + ### Logging - [sentry_deno](https://github.com/GJZwiers/sentry_deno) - Unofficial port of the Sentry SDK for JavaScript to Deno. - [dlog](https://github.com/dpmland/dlog) - A ussefull logger for the prompt with icons or simple version!