Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n3d1117 committed Mar 6, 2023
1 parent 5e92f2f commit 94cc3a1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ VOICE_REPLY_WITH_TRANSCRIPT_ONLY=false # Defaults to true
* `MAX_CONVERSATION_AGE_MINUTES`: Maximum number of minutes a conversation should live, after which the conversation will be reset to avoid excessive token usage
* `VOICE_REPLY_WITH_TRANSCRIPT_ONLY`: Whether to answer to voice messages with the transcript only or with a ChatGPT response of the transcript ([#38](https://github.com/n3d1117/chatgpt-telegram-bot/issues/38))

Additional model parameters can be configured from the `main.py` file:
<details><summary>Additional model parameters can be configured from the `main.py` file.</summary>

```python
{
# 'gpt-3.5-turbo' or 'gpt-3.5-turbo-0301'
Expand Down Expand Up @@ -88,7 +89,9 @@ Additional model parameters can be configured from the `main.py` file:
'image_size': '512x512'
}
```
See the [official API reference](https://platform.openai.com/docs/api-reference/chat) for more details.
</details>

Check out the [official API reference](https://platform.openai.com/docs/api-reference/chat) for more details.

### Installing
1. Clone the repository and navigate to the project directory:
Expand Down

0 comments on commit 94cc3a1

Please sign in to comment.