forked from phoenix/litellm-mirror
docs setting service accounts
This commit is contained in:
parent
6c368b703e
commit
3e39e8eb8f
1 changed files with 11 additions and 2 deletions
|
@ -13,7 +13,7 @@ Log LLM Logs to [Google Cloud Storage Buckets](https://cloud.google.com/storage?
|
|||
|
||||
### Usage
|
||||
|
||||
1. Add to Config.yaml
|
||||
1. Add `gcs_bucket` to LiteLLM Config.yaml
|
||||
```yaml
|
||||
model_list:
|
||||
- litellm_params:
|
||||
|
@ -94,6 +94,15 @@ Example payload of a `/chat/completion` request logged on GCS
|
|||
}
|
||||
```
|
||||
|
||||
## Getting `service_account.json` from Google Cloud Console
|
||||
|
||||
1. Go to [Google Cloud Console](https://console.cloud.google.com/)
|
||||
2. Search for IAM & Admin
|
||||
3. Click on Service Accounts
|
||||
4. Select a Service Account
|
||||
5. Click on 'Keys' -> Add Key -> Create New Key -> JSON
|
||||
6. Save the JSON file and add the path to `GCS_PATH_SERVICE_ACCOUNT`
|
||||
|
||||
## Support & Talk to Founders
|
||||
|
||||
- [Schedule Demo 👋](https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue