ChatGPT interface
OctoBot uses the ChatGPT interface to interact with ChatGPT.
To use ChatGPT, the only configuration you need is to enter your OpenAI API key into the GPT Interface
- 1.
- 2.Create a new API key on https://platform.openai.com/account/api-keys
- 3.Copy your API key into the GPT configuration in the Accounts tab of the web interface

gpt config
Using ChatGPT from automated API calls is a paid service from OpenAI. Each call to ChatGPT will consume a few OpenAI tokens.
Each call to ChatGPT is recrating a request which usually consumes around 90 OpenAI tokens. You can get the current price of OpenAI token from this page.
You can estimate the cost of using ChatGPT related features by estimating the amount of requests per day.
Running a strategy on 4h for 2 trading pairs on 1 exchange: the GPT evaluator will be called every 4 hours for each trading pair for each exchange.
Last modified 1mo ago