From 2c0bef23478108cf46f15bfabecdb0ff05893c00 Mon Sep 17 00:00:00 2001 From: Juan Cruz-Benito Date: Wed, 26 Nov 2025 23:34:30 +0100 Subject: [PATCH] Remove the 60 tokens comment in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d650ab..c5a465a 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Improve your Qiskit code by reviewing, browsing, and accepting model-generated c ### Use abstract prompts to get started -Provide abstract prompts to Qiskit Code Assistant using `#comments`. Type `Ctrl+.` following a `#comment` to obtain syntactically correct and contextually relevant content (up to 60 tokens) suited to your desired task. +Provide abstract prompts to Qiskit Code Assistant using `#comments`. Type `Ctrl+.` following a `#comment` to obtain syntactically correct and contextually relevant content suited to your desired task. ![Example prompt to define a bell circuit and run it](https://raw.githubusercontent.com/Qiskit/qiskit-code-assistant-vscode/main/docs/gifs/define-bell-circ.gif)