mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-24 10:04:07 +00:00
chore: remove test script
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import asyncio
|
||||
from src.gemini_utils import call_gemini_with_retry
|
||||
|
||||
async def test():
|
||||
try:
|
||||
res = await call_gemini_with_retry("Hola, responde con la palabra 'OK' si recibes esto.")
|
||||
print(f"Resultado: {res}")
|
||||
except Exception as e:
|
||||
print(f"Error: {e}")
|
||||
|
||||
if __name__ == "__main__":
|
||||
asyncio.run(test())
|
||||
Reference in New Issue
Block a user