From b6a76f13f37868fb481ed922bdf101b0debdd562 Mon Sep 17 00:00:00 2001 From: Juan Cruz-Benito Date: Tue, 17 Sep 2024 16:42:20 +0200 Subject: [PATCH] Aligning descriptions with the VSCode extension (#5) Adding some minor changes to docs to align them to the VSCode extension Co-authored-by: Alex Bozarth --- README-PyPi.md | 8 ++++---- README.md | 4 ++-- package.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README-PyPi.md b/README-PyPi.md index 652b214..44646c4 100644 --- a/README-PyPi.md +++ b/README-PyPi.md @@ -1,8 +1,8 @@ # Qiskit Code Assistant (Beta) -> This experimental feature is only available, as of today, for some IBM Quantum users. -> If you are not part of that cohort of users, you can still install this extension; however you will not be able to use the assistant. -> The Qiskit Code Assistant is a preview feature release, subject to change. +> This experimental feature is only available, as of today, to IBM Quantum premium users. +> If you are not part of the IBM Quantum premium plan, you can still install this extension; however you will not be able to use the assistant. +> The Qiskit Code Assistant is a beta release, subject to change. Write and optimize Qiskit code with a generative AI code assistant. @@ -124,8 +124,8 @@ There are a few settings we recommend to edit in your user settings. ## Terms of use +- [End User License Agreement (EULA)](https://github.com/Qiskit/qiskit-code-assistant-jupyterlab/blob/main/docs/EULA.md) acceptance required before starting to use the model acceptance required before starting to use the model - Terms of use: [https://quantum.ibm.com/terms](https://quantum.ibm.com/terms) - Privacy policy: [https://quantum.ibm.com/terms/privacy](https://quantum.ibm.com/terms/privacy) - Cloud Services Agreement [https://www.ibm.com/support/customer/csol/terms/?id=Z126-6304&cc=us&lc=en](https://www.ibm.com/support/customer/csol/terms/?id=Z126-6304&cc=us&lc=en) - IBM Cloud Service Description [https://www.ibm.com/support/customer/csol/terms/?id=i126-6605&lc=en](https://www.ibm.com/support/customer/csol/terms/?id=i126-6605&lc=en) -- [End User License Agreement (EULA)](https://github.com/Qiskit/qiskit-code-assistant-jupyterlab/blob/main/docs/EULA.md) acceptance required before starting to use the model acceptance required before starting to use the model diff --git a/README.md b/README.md index 4a11742..2ce4607 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Qiskit Code Assistant Jupyterlab Extension +# Qiskit Code Assistant (Beta) Jupyterlab Extension [![Github Actions Status](https://github.com/Qiskit/qiskit-code-assistant-jupyterlab/workflows/Build/badge.svg)](https://github.com/Qiskit/qiskit-code-assistant-jupyterlab/actions/workflows/build.yml) @@ -42,8 +42,8 @@ To learn more about contributing or installing locally read [CONTRIBUTING](CONTR ## Qiskit Code Assistant Terms of use +- [End User License Agreement (EULA)](docs/EULA.md) acceptance required before starting to use the model acceptance required before starting to use the model - Terms of use: [https://quantum.ibm.com/terms](https://quantum.ibm.com/terms) - Privacy policy: [https://quantum.ibm.com/terms/privacy](https://quantum.ibm.com/terms/privacy) - Cloud Services Agreement [https://www.ibm.com/support/customer/csol/terms/?id=Z126-6304&cc=us&lc=en](https://www.ibm.com/support/customer/csol/terms/?id=Z126-6304&cc=us&lc=en) - IBM Cloud Service Description [https://www.ibm.com/support/customer/csol/terms/?id=i126-6605&lc=en](https://www.ibm.com/support/customer/csol/terms/?id=i126-6605&lc=en) -- [End User License Agreement (EULA)](docs/EULA.md) acceptance required before starting to use the model acceptance required before starting to use the model diff --git a/package.json b/package.json index 3d34ec4..afa2a53 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qiskit-code-assistant-jupyterlab", - "version": "0.3.1", - "description": "AI Autocomplete JupyterLab extension for Qiskit Code Assistant", + "version": "0.3.2", + "description": "AI Autocomplete JupyterLab extension for Qiskit Code Assistant (Beta)", "keywords": [ "jupyter", "jupyterlab",