Explorar el Código

[3.0.0] Importing 'time'

Penta hace 3 semanas
padre
commit
23bf2919f6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      chatbot.py

+ 1 - 0
chatbot.py

@@ -8,6 +8,7 @@ import re
 import asyncio
 import websockets
 import numpy as np
+import time
 
 from dotenv import load_dotenv
 from openai import AsyncOpenAI, OpenAIError