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 fbd5f37 commit 7614a8bCopy full SHA for 7614a8b
apps/portal/src/app/nebula/plugins/openAI/page.mdx
@@ -9,7 +9,6 @@ client = OpenAI(
9
base_url="https://nebula-api.thirdweb.com",
10
api_key="{{THIRDWEB_SECRET_KEY}}",
11
)
12
-
13
chat_completion = client.chat.completions.create(
14
model="t0",
15
messages=[{"role": "user", "content": "Hello Nebula!"}],
0 commit comments