mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-22 09:47:47 +00:00
Docs: update docs to clarify the differences between Google account login o… (#1409)
Co-authored-by: Scott Densmore <scottdensmore@mac.com> Co-authored-by: matt korwel <mattkorwel@google.com> Co-authored-by: matt korwel <matt.korwel@gmail.com>
This commit is contained in:
@@ -15,7 +15,8 @@ This repository contains the Gemini CLI tool.
|
||||
npx https://github.com/google-gemini/gemini-cli
|
||||
```
|
||||
|
||||
3. **Authenticate:** When prompted, sign in with your Google account. This will grant you up to 60 model requests per minute and 1,000 model requests per day using Gemini 2.5 Pro.
|
||||
3. **Pick a color theme**
|
||||
4. **Authenticate:** When prompted, sign in with your personal Google account. This will grant you up to 60 model requests per minute and 1,000 model requests per day using Gemini 2.5 Pro.
|
||||
|
||||
You are now ready to use the Gemini CLI!
|
||||
|
||||
@@ -30,7 +31,7 @@ If you need to use a specific model or require a higher request capacity, you ca
|
||||
export GEMINI_API_KEY="YOUR_API_KEY"
|
||||
```
|
||||
|
||||
For other authentication methods, see the [authentication](./docs/cli/authentication.md) guide.
|
||||
For other authentication methods, including Google Workspace accounts, see the [authentication](./docs/cli/authentication.md) guide.
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user