separated code
هذا الالتزام موجود في:
2025-10-01 12:49:40 +03:00
الأصل 89bd9aae70
التزام 65bd214a61
8 ملفات معدلة مع 131 إضافات و137 حذوفات

3
ai.py
عرض الملف

@@ -1,12 +1,9 @@
# To run this code you need to install the following dependencies:
# pip install google-genai
import base64
import os
from google import genai
from google.genai import types
def generate(description, instruction, api_key):
client = genai.Client(api_key=api_key)