Spaces:
Sleeping
Sleeping
修改好加上括號
Browse files- multiturn.py +1 -0
multiturn.py
CHANGED
|
@@ -29,6 +29,7 @@ client = genai.Client(api_key=GOOGLE_API_KEY)
|
|
| 29 |
chat = client.chats.create(model="gemini-2.0-flash",
|
| 30 |
config=types.GenerateContentConfig(
|
| 31 |
system_instruction="你是一個中文的AI助手,請用繁體中文回答"
|
|
|
|
| 32 |
)
|
| 33 |
|
| 34 |
# Initialize Flask app
|
|
|
|
| 29 |
chat = client.chats.create(model="gemini-2.0-flash",
|
| 30 |
config=types.GenerateContentConfig(
|
| 31 |
system_instruction="你是一個中文的AI助手,請用繁體中文回答"
|
| 32 |
+
)
|
| 33 |
)
|
| 34 |
|
| 35 |
# Initialize Flask app
|