Skip to content

Commit fbd5f37

Browse files
committed
added changes
1 parent ca02a9c commit fbd5f37

File tree

1 file changed

+3
-2
lines changed
  • apps/portal/src/app/nebula/plugins/openAI

1 file changed

+3
-2
lines changed

apps/portal/src/app/nebula/plugins/openAI/page.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
**Chat Completions API**
1+
# Chat Completions API
2+
23
Compatible with OpenAI’s Chat Completion API to process chat history and generate context-aware responses.
34

45
```python
56
from openai import OpenAI
67

78
client = OpenAI(
8-
base_url="<https://nebula-api.thirdweb.com/>",
9+
base_url="https://nebula-api.thirdweb.com",
910
api_key="{{THIRDWEB_SECRET_KEY}}",
1011
)
1112

0 commit comments

Comments
 (0)