From aedf0cefe59ef82ce1dbf408c24b47abfa39f808 Mon Sep 17 00:00:00 2001 From: Xudong Han Date: Tue, 16 Apr 2024 08:56:19 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e1c028..d57b3df 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ Don’t miss out on the latest updates, feature releases, and community insights 7. **Prompt Definitions via YAML and JSON:** Enabled prompt definitions using YAML and JSON, allowing prompts to be automatically read from corresponding YAML or JSON files when the prompt parameter ends with `.yaml` or `.json`. 8. **Search Engine Switching:** Introduced a `--retriever` parameter to switch between different search engines, currently supporting Serper and Google. 9. **Webapp Frontend Optimization:** Optimized the web application frontend to prevent duplicate requests during processing, including disabling the submit button after a click and displaying a timer during processing. - +10. **Client Switching:** introduce a --client parameter that allows switching between different client (chat API), currently support OpenAI compatible API (for local model and official model), and Anthropic chat API client. ## Development Plan