From 2c8794794f54b95868b54d81d10ffad04e33cbf3 Mon Sep 17 00:00:00 2001 From: fatwang2 Date: Thu, 9 May 2024 01:15:50 +0800 Subject: [PATCH] modified: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ea6bb8..042aac4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The assistant is run on Cloudflare Workers and can work with any LLM model. The - Run `npx wrangler secret put OPENWEATHERMAP_API_KEY` to set the OpenWeather API key. - Run `npx wrangler secret put SEARCH1API_KEY` to set the SEARCH1API_KEY API key. - > **Note**: You can get these keys by signing up on [GroqCloud](https://console.groq.com/login) and [OpenWeather](https://home.openweathermap.org/users/sign_up) and and [Search1API](https://www.search1api.com/)respectively. + > **Note**: You can get these keys by signing up on [GroqCloud](https://console.groq.com/login) and [OpenWeather](https://home.openweathermap.org/users/sign_up) and and [Search1API](https://www.search1api.com/) respectively. ### Deploying the Worker