Readme and remove API keys
This commit is contained in:
parent
6b8f4674c3
commit
db82e39b8d
7
README.md
Normal file
7
README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#Discord GPT Bot
|
||||||
|
|
||||||
|
This bot simply takes inputs when called via @<username>, forwards them to ChatGPT, and sends back the results.
|
||||||
|
|
||||||
|
The only config options are BotToken and OpenAIToken, both found in config/config.go
|
||||||
|
|
||||||
|
Update accordingly and run.
|
@ -2,6 +2,6 @@
|
|||||||
package config
|
package config
|
||||||
|
|
||||||
var (
|
var (
|
||||||
BotToken = "REMOVED"
|
BotToken = ""
|
||||||
OpenAIKey = "REMOVED"
|
OpenAIKey = ""
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user