Skip to content

Commit

Permalink
Updating Fireworks docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajosh0504 committed Jun 12, 2024
1 parent 971460f commit 73d444f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/20-fireworks-ai/1-create-account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import Screenshot from "@site/src/components/Screenshot";

In this lab, we will use _FireFunction V1_, a free and open-source function calling model from Fireworks AI.

The easiest way to use this model is via the Fireworks API. But first, you will need to create a Fireworks account. **If you already have an account, you can move on to the next section.**
The easiest way to use this model is via the Fireworks API. But first, you will need to create a Fireworks account. **If you already have an account, you can skip the following steps and move on to the next section.**

Start by navigating to to the [Fireworks AI homepage](https://fireworks.ai/) and click the purple **Get Started Free** button to create an account.
Start by navigating to the [Fireworks AI homepage](https://fireworks.ai/) and click the purple **Get Started Free** button to create an account.

<Screenshot url="https://fireworks.ai/" src="img/screenshots/20-fireworks-ai/1-create-account/1-homepage.png" alt="Get started" />

Click **Login With Google** and authenticate with your Google account. This will provision a new Fireworks account for you.
Click **Login With Google** and authenticate with your Google account. This will provision a new Fireworks account and API Key for you.

<Screenshot url="https://fireworks.ai/" src="img/screenshots/20-fireworks-ai/1-create-account/2-google-login.png" alt="Login" />
8 changes: 5 additions & 3 deletions docs/20-fireworks-ai/2-create-api-key.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import Screenshot from "@site/src/components/Screenshot";

# 👐 Create an API Key
# 👐 Create an API key

Once you have a Fireworks account, you can create an API key.
**If you just created a new account or want to use an existing API key, skip to the last step to copy the API key.**

If you already have a Fireworks account and want to create a new API key, follow the steps below.

Upon logging in, click the **API Keys** tab.

Expand All @@ -14,4 +16,4 @@ Click the purple **Create API Key** button. In the modal that appears, enter a n

Click the copy button next to your API key to copy it to your clipboard. Paste the API key somewhere safe.

<Screenshot url="https://fireworks.ai/" src="img/screenshots/20-fireworks-ai/2-create-api-key/3-copy-api-key.png" alt="Copy API key" />
<Screenshot url="https://fireworks.ai/" src="img/screenshots/20-fireworks-ai/2-create-api-key/2-copy-api-key.png" alt="Copy API key" />

0 comments on commit 73d444f

Please sign in to comment.