We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c444c6 commit 6920ec4Copy full SHA for 6920ec4
README.md
@@ -10,6 +10,7 @@ pip install -r requirements.txt
10
# setup
11
12
add this to the `.env` file
13
+> if you cant find the file it might be hidded
14
15
```
16
API_KEY =your_openai_api_key
@@ -18,8 +19,8 @@ NEWS_API_KEY=news_api_key
18
19
20
you can create a discord bot and get you token at **https://discord.com/developers/applications**
21
for a openai API key visit **https://beta.openai.com/signup/**
-for news visit **https://newsapi.org/**
22
-> only Requests 1,000 are allowed per day
+for news api visit **https://newsapi.org/**
23
+> only Requests 1,000 are allowed per day for the news api
24
25
# Run
26
0 commit comments