initial commit

This commit is contained in:
konrad 2023-03-20 12:18:45 +00:00
parent 6024e09c3b
commit 7306520afc
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ IMPORTANT: When you specify "nickname", make sure you replace ALL occurences of
```
$ sed -i 's/ChatGPT/MyBot/g' chatgpt.py
```
You can optionally adjust following settings, for more details see https://platform.openai.com/docs/api-reference/completions
You can optionally adjust following settings, for more details see:
https://platform.openai.com/docs/api-reference/completions
```
temperature=1,
max_tokens=300,