Skip to content

Commit

Permalink
Aligning descriptions with the VSCode extension (#5)
Browse files Browse the repository at this point in the history
Adding some minor changes to docs to align them to the VSCode extension

Co-authored-by: Alex Bozarth <[email protected]>
  • Loading branch information
cbjuan and ajbozarth committed Sep 17, 2024
1 parent 680bccf commit b6a76f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README-PyPi.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b6a76f1

Please sign in to comment.