Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
mysite/routers/fastapi.py
CHANGED
@@ -202,9 +202,6 @@ def setup_webhook_routes(app: FastAPI):
|
|
202 |
now = datetime.now()
|
203 |
yyyymmddhis = now.strftime('%Y%m%d%H%M%S')
|
204 |
|
205 |
-
print(yyyymmddhis)
|
206 |
-
print("---------------------------------------------")
|
207 |
-
print(res)
|
208 |
prompt_for_create_system = """
|
209 |
|
210 |
下記の質問に対応するコードをdjangoでアプリを作成 プロジェクトはいりません
|
|
|
202 |
now = datetime.now()
|
203 |
yyyymmddhis = now.strftime('%Y%m%d%H%M%S')
|
204 |
|
|
|
|
|
|
|
205 |
prompt_for_create_system = """
|
206 |
|
207 |
下記の質問に対応するコードをdjangoでアプリを作成 プロジェクトはいりません
|