diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f8e1389..984764e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,34 +6,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/README.md b/README.md new file mode 100644 index 0000000..571b182 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# K-Lab Weather Platform + +## Hardware + +![Screenshot 2023-10-07 at 19.07.30.png](assets%2FScreenshot%202023-10-07%20at%2019.07.30.png) + +## Software Platform + +![Screenshot 2023-10-07 at 19.08.07.png](assets%2FScreenshot%202023-10-07%20at%2019.08.07.png) + +## Telegram Bot with AI + +![Screenshot 2023-10-07 at 19.08.53.png](assets%2FScreenshot%202023-10-07%20at%2019.08.53.png) \ No newline at end of file diff --git a/assets/Screenshot 2023-10-07 at 19.07.30.png b/assets/Screenshot 2023-10-07 at 19.07.30.png new file mode 100644 index 0000000..a5f654e Binary files /dev/null and b/assets/Screenshot 2023-10-07 at 19.07.30.png differ diff --git a/assets/Screenshot 2023-10-07 at 19.08.07.png b/assets/Screenshot 2023-10-07 at 19.08.07.png new file mode 100644 index 0000000..ab66cfe Binary files /dev/null and b/assets/Screenshot 2023-10-07 at 19.08.07.png differ diff --git a/assets/Screenshot 2023-10-07 at 19.08.53.png b/assets/Screenshot 2023-10-07 at 19.08.53.png new file mode 100644 index 0000000..c46e8eb Binary files /dev/null and b/assets/Screenshot 2023-10-07 at 19.08.53.png differ diff --git a/weather_platform/apps/py-tg-bot-weather-agent/main.py b/weather_platform/apps/py-tg-bot-weather-agent/main.py index 2e193d4..06feee4 100644 --- a/weather_platform/apps/py-tg-bot-weather-agent/main.py +++ b/weather_platform/apps/py-tg-bot-weather-agent/main.py @@ -8,7 +8,7 @@ from typing import Optional import requests import telebot -OPENAI_API = "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" +OPENAI_API = "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" BOT_KEY = '6415742729:AAHVyDkHHF57ZsVd9gJjVtXjKE2M9CydzPk'