Skip to content

Commit 53f4071

Browse files
committed
update
1 parent 8ddaf67 commit 53f4071

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@ print(completion.choices[0].message.content)
244244

245245
| Billing Target | `api_key` Format | Description | Example |
246246
| :--- | :--- | :--- | :--- |
247-
| **Personal Wallet** | `LIGHTNING_API_KEY` | Bills the user's personal wallet associated with the API key. | `pl_01H8X6...` |
248-
| **User's Teamspace** | `LIGHTNING_API_KEY/{USERNAME}/{TEAMSPACE_NAME}` | Bills a specific teamspace that belongs directly to the user. Use this format when you are not part of an organization. | `pl_01H8X6.../my-username/research` |
249-
| **Organization Teamspace** | `LIGHTNING_API_KEY/{ORG_NAME}/{TEAMSPACE_NAME}` | Bills a specific teamspace's wallet within an organization. The user must be a member of both the organization and the teamspace. | `pl_01H8X6.../lit-labs/production-apps` |
250-
| **Organization Unallocated** | `LIGHTNING_API_KEY/{ORG_NAME}` | Bills the organization's general wallet (unallocated credits). The user must be a member of the organization. | `pl_01H8X6.../lit-labs` |
247+
| **Personal Wallet** | `LIGHTNING_API_KEY` | Bills the user's personal wallet (unallocated credits) associated with the API key. | `...` |
248+
| **User's Teamspace** | `LIGHTNING_API_KEY/{USERNAME}/{TEAMSPACE_NAME}` | Bills a specific teamspace that belongs directly to the user. Use this format when you are not part of an organization. | `.../my-username/research` |
249+
| **Organization Teamspace** | `LIGHTNING_API_KEY/{ORG_NAME}/{TEAMSPACE_NAME}` | Bills a specific teamspace's wallet within an organization. The user must be a member of both the organization and the teamspace. | `.../lit-labs/production-apps` |
250+
| **Organization Unallocated** | `LIGHTNING_API_KEY/{ORG_NAME}` | Bills the organization's general wallet (unallocated credits). The user must be a member of the organization. | `.../lit-labs` |
251251

252252
</details>
253253

0 commit comments

Comments
 (0)