Skip to content

Commit 7614a8b

Browse files
committed
fixed indent
1 parent fbd5f37 commit 7614a8b

File tree

1 file changed

+0
-1
lines changed
  • apps/portal/src/app/nebula/plugins/openAI

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ client = OpenAI(
99
base_url="https://nebula-api.thirdweb.com",
1010
api_key="{{THIRDWEB_SECRET_KEY}}",
1111
)
12-
1312
chat_completion = client.chat.completions.create(
1413
model="t0",
1514
messages=[{"role": "user", "content": "Hello Nebula!"}],

0 commit comments

Comments
 (0)