Update chatgpt.py
Browse files- chatgpt.py +1 -0
chatgpt.py
CHANGED
|
@@ -11,6 +11,7 @@ ASSISTANT_PERSON_ID = "605076"
|
|
| 11 |
MESSAGES_URL = f"https://desk-api.channel.io/desk/channels/{CHANNEL_ID}/groups/{GROUP_ID}/messages"
|
| 12 |
|
| 13 |
X_ACCOUNT = os.getenv("channeliotokenbot2")
|
|
|
|
| 14 |
if not X_ACCOUNT:
|
| 15 |
raise RuntimeError("環境変数 channeliotokenbot2 が設定されていません")
|
| 16 |
|
|
|
|
| 11 |
MESSAGES_URL = f"https://desk-api.channel.io/desk/channels/{CHANNEL_ID}/groups/{GROUP_ID}/messages"
|
| 12 |
|
| 13 |
X_ACCOUNT = os.getenv("channeliotokenbot2")
|
| 14 |
+
print(f"id:{X_ACCOUNT}")
|
| 15 |
if not X_ACCOUNT:
|
| 16 |
raise RuntimeError("環境変数 channeliotokenbot2 が設定されていません")
|
| 17 |
|