Skip to content

Commit 81e20a1

Browse files
bene2k1nerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent 4548e5f commit 81e20a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/generative-apis/troubleshooting/fixing-common-issues.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Below are common issues that you may encounter when using Generative APIs, their
6969
}
7070
```
7171

72-
## Tokens consumption is not displayed in Cockpit Metrics
72+
## Tokens consumption is not displayed in Cockpit metrics
7373

7474
### Causes
7575
- Cockpit is isolated by `project_id` and only displays token consumption related to one Project.
@@ -78,11 +78,11 @@ Below are common issues that you may encounter when using Generative APIs, their
7878
### Solution
7979
- Ensure you are connecting to the Cockpit corresponding to your Project. Cockpits are currently isolated by `project_id`, which you can see in their URL: `https://PROJECT_ID.dashboard.obs.fr-par.scw.cloud/`. This Project should correspond to the one used in the URL you used to perform Generative APIs requests, such as `https://api.scaleway.ai/{PROJECT_ID}/v1/chat/completions`. You can list your projects and their IDs in your [Organization dashboard](https://console.scaleway.com/organization/projects).
8080

81-
#### Example error behaviour
81+
#### Example error behavior
8282
- When displaying the wrong Cockpit for the Project:
8383
- Counter for **Tokens Processed** or **API Requests** should display a value of 0
8484
- Graph across time should be empty
85-
- When displaying the right Cockpit for the Project, but waiting for average token consumption to display:
85+
- When displaying the Cockpit of a specific Project, but waiting for average token consumption to display:
8686
- Counter for **Tokens Processed** or **API Requests** should display a correct value (different from 0)
8787
- Graph across time should be empty
8888
```

0 commit comments

Comments
 (0)