Skip to content

Commit

Permalink
[GPT] docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Oct 27, 2023
1 parent f663668 commit ea9c9c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Evaluator/TA/ai_evaluator/resources/GPTEvaluator.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Uses [Chat GPT](https://chat.openai.com/) to predict the next moves of the market.

Evaluates between -1 to 1 according to chat GPT's prediction of the selected data and its confidence.
Evaluates between -1 to 1 according to ChatGPT's prediction of the selected data and its confidence.

*This evaluator can't be used in backtesting.*
Note: this evaluator can only be used in backtesting for markets where historical ChatGPT data are available.

Find the full list of supported historical markets on https://www.octobot.cloud/features/chatgpt-trading
2 changes: 1 addition & 1 deletion Services/Services_bases/gpt_service/gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def clear_signal_history(self):
self.stored_signals.clear()

def _supported_history_url(self):
return f"{community.IdentifiersProvider.COMMUNITY_LANDING_URL}/chat-gpt-trading"
return f"{community.IdentifiersProvider.COMMUNITY_LANDING_URL}/features/chatgpt-trading"

def _ensure_rate_limit(self):
if self.last_consumed_token_date != datetime.date.today():
Expand Down

0 comments on commit ea9c9c1

Please sign in to comment.