Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 2.2 KB

INTERNET-CONNECTED-CHAT.md

File metadata and controls

53 lines (27 loc) · 2.2 KB

Internet-connected Chat

Our bot supports an instance of ChatGPT 3.5/4 that is connected to the internet (google) and to Wolfram Alpha!

This means that you can ask the bot questions about recent events, information found on the internet, and ask it to do complicated mathematical operations and it will be able to do so!

To get started with internet-connected-chat, you need to have entered your Google API key and google custom search engine ID into the .env file (https://github.com/Kav-K/GPT3Discord/blob/main/detailed_guides/AI-SEARCH.md).

To use Wolfram, you also need to ensure that you enter a WOLFRAM_API_KEY into your .env file. You need to sign up for a Wolfram Alpha developer account, the free tier for non-commercial use provides 2000 requests/month.

1. Go to the Wolfram Developer Portal at https://products.wolframalpha.com/api/

2. Click on "Get API Access" under "Get Started For Free"

Click the "Get API Access Button":

image

3. Register yourself a new account

Follow the on-screen instructions to register a new account.

image

After successful registration, you will be redirected to the Developer Portal, or follow the link above:

image

5. Click on "Get an AppID"

6. Fill in a name and description and select "Full Results API" from the dropdown:

image

8. Copy the newly generated AppID to your ".env" file

image