Spaces:
Running
on
Zero
Running
on
Zero
df
Browse files- controllers/ai/prompt +2 -0
- mysite/interpreter/process.py +1 -1
controllers/ai/prompt
CHANGED
@@ -200,4 +200,6 @@ LINEデータ取得の作成githubのURLを送信するプログラムgithubのU
|
|
200 |
テストhubのURLを送信するプログラム
|
201 |
テストhubのURLを送信するプログラム
|
202 |
テストhubのURLを送信するプログラム
|
|
|
|
|
203 |
テスト
|
|
|
200 |
テストhubのURLを送信するプログラム
|
201 |
テストhubのURLを送信するプログラム
|
202 |
テストhubのURLを送信するプログラム
|
203 |
+
テストhubのURLを送信するプログラム
|
204 |
+
テストhubのURLを送信するプログラム
|
205 |
テスト
|
mysite/interpreter/process.py
CHANGED
@@ -114,7 +114,7 @@ def no_process_file(prompt, foldername):
|
|
114 |
)
|
115 |
stdout, stderr = proc.communicate(input="n\ny\ny\n")
|
116 |
webhook_url = os.getenv("chat_url")
|
117 |
-
token =
|
118 |
url = github(token,foldername)
|
119 |
|
120 |
title = "プログラムを作成しました"
|
|
|
114 |
)
|
115 |
stdout, stderr = proc.communicate(input="n\ny\ny\n")
|
116 |
webhook_url = os.getenv("chat_url")
|
117 |
+
token = os.getenv("token")
|
118 |
url = github(token,foldername)
|
119 |
|
120 |
title = "プログラムを作成しました"
|