summaryrefslogtreecommitdiff
path: root/backend/ai.py
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-06-30 21:16:47 +0800
committeraltaf-creator <dev@altafcreator.com>2025-06-30 21:16:47 +0800
commite54a409c8f4d955ddda3f3d04bb821743a995489 (patch)
tree6db3bab8120870717e483c0ec97b64e04226b346 /backend/ai.py
parent7d9b5febf2ee66f78d39a3c6a6d874131054ba3e (diff)
new prompt
Diffstat (limited to 'backend/ai.py')
-rw-r--r--backend/ai.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/backend/ai.py b/backend/ai.py
deleted file mode 100644
index 1e63b94..0000000
--- a/backend/ai.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from google import genai
-
-client = genai.Client(api_key="AIzaSyA-mA7v4xlbEAz80uKf3Dywpbeh9ZfpLMs")
-
-response = client.models.generate_content(
- model="gemini-2.0-flash", contents="Explain how AI works in a few words"
-)
-print(response.text)