remix-nlux
Version:
Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.
13 lines (10 loc) • 666 B
text/mdx
Start by getting a new API key from OpenAI.
1. If you don't have an account, go to the <a href="https://platform.openai.com/signup" target="_blank">OpenAI signup page</a> and create an account.
2. Go to the <a href="https://platform.openai.com/api-keys" target="_blank">API keys page</a>
3. Click the `Creat new secret key` button
<img
style={{ border: "1px solid #ddd", borderRadius: "4px", width: "100%", maxWidth: "600px" }}
src={"/learn/get-started-guides/get-new-openai-api-key.png"}
/>
4. Give your API key a name and click `Create secret key`
5. Copy the API key and save it in a safe place. You will need it to configure the OpenAI _NLUX_ adapter.