Skip to content

Commit 6b85a23

Browse files
committed
Update qiskit-code-assistant-openai-api.mdx
Signed-off-by: va <va@us.ibm.com>
1 parent 0018d1c commit 6b85a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/qiskit-code-assistant-openai-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: Learn how to integrate Qiskit Code Assistant with other application
1212

1313
# Qiskit Code Assistant - OpenAI API compatibility
1414

15-
Qiskit Code Assistant offers compatibility with a subset of the OpenAI API specification. The goal of this compatibility is to allow third-party packages to connect to Qiskit Code Assistant seamlessly by using well-known AI-related libraries and methods such as [OpenAI](https://github.com/openai/openai-python), [LiteLLM](https://github.com/BerriAI/litellm), or others.
15+
Qiskit Code Assistant offers compatibility with a subset of the OpenAI API specification, specifically with the [completions](https://platform.openai.com/docs/api-reference/completions) and [chat/completions](https://developers.openai.com/api/reference/resources/chat/subresources/completions/methods/create) API endpoints. The goal of this compatibility is to allow third-party packages to connect to Qiskit Code Assistant seamlessly by using well-known AI-related libraries and methods such as [OpenAI](https://github.com/openai/openai-python), [LiteLLM](https://github.com/BerriAI/litellm), or others.
1616

1717
## OpenAI API endpoints supported
1818

0 commit comments

Comments
 (0)