We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca02a9c commit fbd5f37Copy full SHA for fbd5f37
apps/portal/src/app/nebula/plugins/openAI/page.mdx
@@ -1,11 +1,12 @@
1
-**Chat Completions API**
+# Chat Completions API
2
+
3
Compatible with OpenAI’s Chat Completion API to process chat history and generate context-aware responses.
4
5
```python
6
from openai import OpenAI
7
8
client = OpenAI(
- base_url="<https://nebula-api.thirdweb.com/>",
9
+ base_url="https://nebula-api.thirdweb.com",
10
api_key="{{THIRDWEB_SECRET_KEY}}",
11
)
12
0 commit comments