From 34dd8237341a84d0639f0ac07b7d069a80f558d4 Mon Sep 17 00:00:00 2001 From: ned Date: Thu, 22 Jun 2023 21:18:17 +0200 Subject: [PATCH] updated README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c06e2b1..bd1a8ab 100644 --- a/README.md +++ b/README.md @@ -111,13 +111,15 @@ Check out the [Budget Manual](https://github.com/n3d1117/chatgpt-telegram-bot/di | `SPOTIFY_REDIRECT_URI` | Spotify app Redirect URI (required for the `spotify` plugin, you can find it on the [dashboard](https://developer.spotify.com/dashboard/)) | `-` | #### Available plugins -| Name | Description | Required API key(s) | -|--------------|-------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------| -| `weather` | Daily weather and 7-day forecast for any location (powered by [Open-Meteo](https://open-meteo.com)) | `-` | -| `wolfram` | WolframAlpha queries (powered by [WolframAlpha](https://www.wolframalpha.com)) | `WOLFRAM_APP_ID` | -| `web_search` | Web search (powered by [DuckDuckGo](https://duckduckgo.com)) | `-` | -| `crypto` | Live cryptocurrencies rate (powered by [CoinCap](https://coincap.io)) - by [@stumpyfr](https://github.com/stumpyfr) | `-` | -| `spotify` | Spotify top tracks/artists and currently playing song (powered by [Spotify](https://spotify.com)). Requires one-time auth approval. | `SPOTIFY_CLIENT_ID`, `SPOTIFY_CLIENT_SECRET`, `SPOTIFY_REDIRECT_URI` | +| Name | Description | Required API key(s) | +|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------| +| `weather` | Daily weather and 7-day forecast for any location (powered by [Open-Meteo](https://open-meteo.com)) | `-` | +| `wolfram` | WolframAlpha queries (powered by [WolframAlpha](https://www.wolframalpha.com)) | `WOLFRAM_APP_ID` | +| `web_search` | Web search (powered by [DuckDuckGo](https://duckduckgo.com)) | `-` | +| `crypto` | Live cryptocurrencies rate (powered by [CoinCap](https://coincap.io)) - by [@stumpyfr](https://github.com/stumpyfr) | `-` | +| `spotify` | Spotify top tracks/artists, currently playing song and content search (powered by [Spotify](https://spotify.com)). Requires one-time authorization. | `SPOTIFY_CLIENT_ID`, `SPOTIFY_CLIENT_SECRET`, `SPOTIFY_REDIRECT_URI` | +| `translate` | Translate text to any language (powered by [DuckDuckGo](https://duckduckgo.com)) | `-` | +| `image_search` | Search image or GIF (powered by [DuckDuckGo](https://duckduckgo.com)) | `-` | Check out the [official API reference](https://platform.openai.com/docs/api-reference/chat) for more details.