chatbotai-gui 1.0.1b1__py3-none-any.whl → 1.0.1rc2__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
chatai/__main__.py CHANGED
@@ -1,2 +1,2 @@
1
- from chatbotgui import ChatbotApp # Import the ChatbotApp class from chatbotgui module
1
+ from .chatbotgui import ChatbotApp # Import the ChatbotApp class from chatbotgui module
2
2
  ChatbotApp().run() # Create an instance of ChatbotApp and run the GUI main loop
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.2
2
+ Name: chatbotai-gui
3
+ Version: 1.0.1rc2
4
+ Summary: A chatbot GUI that uses OpenAI, MetaAI, and Google Generative AI.
5
+ Author: ProgMEM-CC
6
+ License: AGPL-3.0-or-later
7
+ Requires-Dist: openai
8
+ Requires-Dist: meta_ai_api
9
+ Requires-Dist: google-generativeai
10
+ Provides-Extra: dev
11
+ Requires-Dist: pytest; extra == "dev"
12
+ Requires-Dist: pytest-cov; extra == "dev"
13
+ Requires-Dist: coverage; extra == "dev"
14
+ Requires-Dist: flake8; extra == "dev"
15
+ Requires-Dist: black; extra == "dev"
16
+ Requires-Dist: isort; extra == "dev"
@@ -0,0 +1,7 @@
1
+ chatai/__init__.py,sha256=2xKUBq0-tjLn88n92IOS0eNZIgywDxHfZTY9w-Zgxbo,3282
2
+ chatai/__main__.py,sha256=4tAOzUAJrsa3st202WTvfNPsKh0LVXs8BD-JA1ar_rA,168
3
+ chatai/chatbotgui.py,sha256=sU89yngl4Ejtyuq_r_k0nUrGB1u0gk37ZfKzH5AobLc,7527
4
+ chatbotai_gui-1.0.1rc2.dist-info/METADATA,sha256=utaojU_LV-pAQd9IzixSgWp_PAvCqU-yqlC0LI4TXF4,517
5
+ chatbotai_gui-1.0.1rc2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
+ chatbotai_gui-1.0.1rc2.dist-info/top_level.txt,sha256=HDCQB7_6yio4QMbTcjAN9lFfqE3SGdOjJ-o7wtMtypM,7
7
+ chatbotai_gui-1.0.1rc2.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- Metadata-Version: 2.2
2
- Name: chatbotai-gui
3
- Version: 1.0.1b1
4
- Summary: A chatbot GUI that uses OpenAI, MetaAI, and Google Generative AI.
5
- Author: ProgMEM-CC
6
- License: AGPL-3.0-or-later
@@ -1,7 +0,0 @@
1
- chatai/__init__.py,sha256=2xKUBq0-tjLn88n92IOS0eNZIgywDxHfZTY9w-Zgxbo,3282
2
- chatai/__main__.py,sha256=c_CXsSVLcc72Fv3iQOjblcMn9m3H0A657LPMASf4lwU,167
3
- chatai/chatbotgui.py,sha256=sU89yngl4Ejtyuq_r_k0nUrGB1u0gk37ZfKzH5AobLc,7527
4
- chatbotai_gui-1.0.1b1.dist-info/METADATA,sha256=v0vYfQgfUn7NYOn-OOOnc_sG28QQ8Ot_xhNgNJYVKCg,180
5
- chatbotai_gui-1.0.1b1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
- chatbotai_gui-1.0.1b1.dist-info/top_level.txt,sha256=HDCQB7_6yio4QMbTcjAN9lFfqE3SGdOjJ-o7wtMtypM,7
7
- chatbotai_gui-1.0.1b1.dist-info/RECORD,,