|
|
|
@ -13,10 +13,10 @@ DISCORD_TOKEN="TOKEN"
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# Usage
|
|
|
|
|
`python3.7 bot.py`
|
|
|
|
|
`python3.7 main.py`
|
|
|
|
|
|
|
|
|
|
# Commands
|
|
|
|
|
`!g` - Display help text for the bot
|
|
|
|
|
`!gp` - Display settings for the model (temperature, top_p, etc)
|
|
|
|
|
`!gs <setting> <value>` - Change a model setting to a new value
|
|
|
|
|
`!g <prompt>` Ask the GPT3 Davinci 003 model a question.
|
|
|
|
|
`!g <prompt>` Ask the GPT3 Davinci 003 model a question.
|
|
|
|
|