From 1a43a4ba09d8fcd6b33427e9fb0e79f7dd5c835c Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Tue, 25 Jun 2024 18:31:20 +0700 Subject: [PATCH] Update README.md Signed-off-by: Yasir Aris M --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81704d1f..2cfa5768 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ If you want help me fixing some error in my bot, you can make pull request to th * `DATABASE_NAME`: Name of the database in MongoDB * `COMMAND_HANDLER`: List of handler bot command splitted by space. Ex: `. !` > so bot will respond with `.cmd` or `!cmd` * `SUDO`: User ID that have access to bot, split by space -* `OPENAI_KEY`: Get api key from https://platform.openai.com/account/api-keys -* `GOOGEAI_KEY`: Learn how to get api key from this https://ai.google.dev/tutorials/python_quickstart?hl=en. +* `SHUTTLEAI_KEY`: Get api key from https://shuttleai.app/keys +* `GOOGLEAI_KEY`: Learn how to get api key from this https://ai.google.dev/tutorials/python_quickstart?hl=en. * `CURRENCY_API`: Get API Key from https://app.exchangerate-api.com/sign-up ## [7] Tutorial Deploy (Recommended using Docker/Docker Compose)