Skip to content

Commit

Permalink
adding Groq how to guide (#23)
Browse files Browse the repository at this point in the history
* adding Groq how to guide

* alphabatize
  • Loading branch information
0x1 authored May 23, 2024
1 parent 9106f30 commit 079f670
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/docs/introduction/_table.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
|||
|-|-|-|
[AWS](/docs/tutorials/aws)|[Airbrake](/docs/tutorials/airbrake)|[Atlassian](/docs/tutorials/atlassian)|
[Airbrake](/docs/tutorials/airbrake)|[Atlassian](/docs/tutorials/atlassian)|[AWS](/docs/tutorials/aws)|
[Azure DevOps](/docs/tutorials/azuredevops)|[Azure Function](/docs/tutorials/azurefunctionkey)|[Azure Search Admin](/docs/tutorials/azuresearchadmin)|
[Azure Search Query](/docs/tutorials/azuresearchquery)|[Azure Storage](/docs/tutorials/azure)|[GCP](/docs/tutorials/gcp)|
[GitHub](/docs/tutorials/github)|[GitLab](/docs/tutorials/gitlab)|[Mailchimp](/docs/tutorials/mailchimp)|
[MaxMind](/docs/tutorials/maxmind)|[Microsoft Teams](/docs/tutorials/microsoftteams)|[MongoDB](/docs/tutorials/mongo)|
[NPM](/docs/tutorials/npm)|[Netlify](/docs/tutorials/netlify)|[OpenAI](/docs/tutorials/openai)|
[Sendbird](/docs/tutorials/sendbird)|[Sendgrid](/docs/tutorials/sendgrid)|[Slack Webhook](/docs/tutorials/slack-webhook)|
[Slack](/docs/tutorials/slack)|[Sourcegraph](/docs/tutorials/sourcegraph)|[Square](/docs/tutorials/square)|
[Stripe](/docs/tutorials/stripe)|[Sumo Logic](/docs/tutorials/sumologic)|[Tailscale](/docs/tutorials/tailscale)|
[Twilio](/docs/tutorials/twilio)|
[GitHub](/docs/tutorials/github)|[GitLab](/docs/tutorials/gitlab)|[Groq](/docs/tutorials/groq)|
[Mailchimp](/docs/tutorials/mailchimp)|[MaxMind](/docs/tutorials/maxmind)|[Microsoft Teams](/docs/tutorials/microsoftteams)|
[MongoDB](/docs/tutorials/mongo)|[Netlify](/docs/tutorials/netlify)|[NPM](/docs/tutorials/npm)|
[OpenAI](/docs/tutorials/openai)|[Sendbird](/docs/tutorials/sendbird)|[Sendgrid](/docs/tutorials/sendgrid)|
[Slack](/docs/tutorials/slack)|[Slack Webhook](/docs/tutorials/slack-webhook)|[Sourcegraph](/docs/tutorials/sourcegraph)|
[Square](/docs/tutorials/square)|[Stripe](/docs/tutorials/stripe)|[Sumo Logic](/docs/tutorials/sumologic)|
[Tailscale](/docs/tutorials/tailscale)|[Twilio](/docs/tutorials/twilio)|
49 changes: 49 additions & 0 deletions content/docs/tutorials/groq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: Groq
---

*This tutorial provides step-by-step instructions on how to rotate a Groq API key.*

---

## Generate a new Groq API key

### Step 1 - Navigate to the API key page

The API key page is located at https://console.groq.com/keys.
![](/images/groq/1.png)

### Step 2 - Generate a new API key
#### 2a. Click on the `Create API Key` button underneath any existing API keys
#### 2b. Create a descriptive name for your key.
![](/images/groq/2.png)
#### 2c. Copy the key and store it in a password manager or secure vault.
![](/images/groq/3.png)

---

## Revoking a Groq API key

### Step 1 - Navigate to the API key page

The API key page is located at https://console.groq.com/keys.
![](/images/groq/1.png)

### Step 2 - Revoke the Groq API key

#### 2a. Identify the key to be revoked

Identify the API key to be revoked and click the trash can icon associated with
it.
![](/images/groq/4.png)

#### 2b. Confirm the revocation

Within the `Revoke API Key` modal, ensure the correct key is selected and
click the `Revoke Key` button.
![](/images/groq/5.png)

---

## Resources
- [Groq's Docs](https://console.groq.com/docs/api-keys)
Binary file added themes/compose/static/images/groq/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/groq/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/groq/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/groq/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/groq/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 079f670

Please sign in to comment.