Daniel00611 commited on
Commit
766e84b
·
verified ·
1 Parent(s): 0d0a86c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ from openai import OpenAI
8
  import zipfile
9
  from typing import Literal
10
  import json
 
11
 
12
  # Inicializar FastAPI
13
  app = FastAPI()
 
8
  import zipfile
9
  from typing import Literal
10
  import json
11
+ import requests
12
 
13
  # Inicializar FastAPI
14
  app = FastAPI()