From eadcb8d6d427164b11636582f4e0a8122ea03e6e Mon Sep 17 00:00:00 2001 From: Krzysztof Chrusciel Date: Wed, 9 Apr 2025 13:20:03 +0200 Subject: [PATCH] AI Assistant: qdoc proper instruction for openai and anthropic Change-Id: I0d4f137513255d3f2b82d08de7ca0d075a885e0a Reviewed-by: Leena Miettinen Reviewed-by: Marcus Tillmanns --- .../src/editors/creator-only/creator-aiassistant.qdoc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/qtcreator/src/editors/creator-only/creator-aiassistant.qdoc b/doc/qtcreator/src/editors/creator-only/creator-aiassistant.qdoc index dcc418f4d2e..94c7c01d372 100644 --- a/doc/qtcreator/src/editors/creator-only/creator-aiassistant.qdoc +++ b/doc/qtcreator/src/editors/creator-only/creator-aiassistant.qdoc @@ -98,12 +98,15 @@ of your choice) \li Meta Code Llama 13B (for Qt 5, running in a cloud deployment of your choice) - \li Meta Code Llama 13 QML through Ollama (running locally on your + \li Meta Code Llama 13B QML through Ollama (running locally on your computer) \li Meta Llama 3.3 70B QML (running in a cloud deployment of your choice) - \li Anthropic Claude 3.5 Sonnet (provided as subscription-based service - by Anthropic) - \li OpenAI GPT-4o (provided as subscription-based service by OpenAI) + \li Anthropic Claude 3.5 Sonnet (provided by Anthropic, remember that you + need to have a token-based billing payment method configured for your + Anthropic account: \l {https://console.anthropic.com/}{console.anthropic.com}) + \li OpenAI GPT-4o (provided by OpenAI, remember that you need to have a + token-based billing payment method configured for your OpenAI account: + \l {https://platform.openai.com/}{platform.openai.com}) \li Meta Code Llama 7B through Ollama (running locally on your computer) \li BigCode StarCoder2 through Ollama (running locally on your computer) \endlist