Skip to content

Commit

Permalink
Update weights-and-biases.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciaxiao16 authored Aug 23, 2024
1 parent eb926b1 commit e9078d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/docs/integrations/weights-and-biases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You need to add a secret key, for example, "WANDB". It can be any name, but you

### **Method 2: Add through Command Line**

In our example, WANDB_API_KEY is the <SECRET_KEY_NAME>. For <SECRET_VALUE>, use your own secret key from W&B.
In our example, WANDB_API_KEY is the "SECRET_KEY_NAME". For "SECRET_VALUE", use your own secret key from W&B.

```bash
octoai secret create --key <SECRET_KEY_NAME> --value <SECRET_VALUE>
Expand Down

0 comments on commit e9078d1

Please sign in to comment.