mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
17 lines
524 B
Plaintext
17 lines
524 B
Plaintext
---
|
|
title: Gemini
|
|
description: Google Geminiモデルの設定
|
|
---
|
|
|
|
```json
|
|
{
|
|
"model": "gemini-3.1-pro-preview",
|
|
"gemini_api_key": "YOUR_API_KEY"
|
|
}
|
|
```
|
|
|
|
| パラメータ | 説明 |
|
|
| --- | --- |
|
|
| `model` | `gemini-3.1-flash-lite-preview`、`gemini-3.1-pro-preview`、`gemini-3-flash-preview`、`gemini-3-pro-preview`などから選択可能。[公式ドキュメント](https://ai.google.dev/gemini-api/docs/models)を参照 |
|
|
| `gemini_api_key` | [Google AI Studio](https://aistudio.google.com/app/apikey)で作成 |
|