@@ -7,7 +7,7 @@ client = openai.OpenAI(
)
response = client.chat.completions.create(
model="gemini-2.5-flash",
model="gemini-2.5-pro",
messages=[{"role": "user", "content": "你好,请自我介绍"}]
print(response.choices[0].message.content)
The note is not visible to the blocked user.