Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aligning descriptions with the VSCode extension #5

Merged
merged 7 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading