chatbotai-gui 1.0.3a0.dev3223__py3-none-any.whl → 1.0.4rc2.dev202502210820__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {chatbotai_gui-1.0.3a0.dev3223.dist-info → chatbotai_gui-1.0.4rc2.dev202502210820.dist-info}/METADATA +16 -3
- chatbotai_gui-1.0.4rc2.dev202502210820.dist-info/RECORD +7 -0
- chatbotai_gui-1.0.3a0.dev3223.dist-info/RECORD +0 -7
- {chatbotai_gui-1.0.3a0.dev3223.dist-info → chatbotai_gui-1.0.4rc2.dev202502210820.dist-info}/WHEEL +0 -0
- {chatbotai_gui-1.0.3a0.dev3223.dist-info → chatbotai_gui-1.0.4rc2.dev202502210820.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: chatbotai-gui
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.4rc2.dev202502210820
|
4
4
|
Summary: A chatbot GUI that uses OpenAI, MetaAI, and Google Generative AI.
|
5
5
|
Author: ProgMEM-CC
|
6
6
|
License: AGPL-3.0-or-later
|
@@ -54,8 +54,21 @@ Or in a Python script:
|
|
54
54
|
|
55
55
|
📝 Configuration
|
56
56
|
----------------
|
57
|
-
|
57
|
+
Using the software interpreter to process API keys and bot type on launch.
|
58
|
+
|
59
|
+
.. code-block:: python
|
60
|
+
|
61
|
+
from chatai.chatbotgui import ChatbotApp, SoftwareInterpreter
|
62
|
+
|
63
|
+
app = ChatbotApp()
|
64
|
+
app.chatbot = SoftwareInterpreter(
|
65
|
+
api_key="YOUR_API_KEY_HERE",
|
66
|
+
ai_type="GEMINI", # Choose from "GEMINI", "CHATGPT", "META"
|
67
|
+
font="Arial",
|
68
|
+
openai_maxtoken=250,
|
69
|
+
)
|
70
|
+
app.run()
|
58
71
|
|
59
72
|
📜 License
|
60
73
|
-----------
|
61
|
-
This project is licensed under
|
74
|
+
This project is licensed under **AGPL-3.0-or-later**. See the `LICENSE` file for more details.
|
@@ -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.4rc2.dev202502210820.dist-info/METADATA,sha256=2trsmrhgqU65eoeRk7RYB0jKS8lUzQ0rly2w2vV6aSc,2002
|
5
|
+
chatbotai_gui-1.0.4rc2.dev202502210820.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
6
|
+
chatbotai_gui-1.0.4rc2.dev202502210820.dist-info/top_level.txt,sha256=HDCQB7_6yio4QMbTcjAN9lFfqE3SGdOjJ-o7wtMtypM,7
|
7
|
+
chatbotai_gui-1.0.4rc2.dev202502210820.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
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.3a0.dev3223.dist-info/METADATA,sha256=IowswuoaC5wWqWY7Y3iSuZzxDJSEcwGrcw_7-y9zpeQ,1749
|
5
|
-
chatbotai_gui-1.0.3a0.dev3223.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
6
|
-
chatbotai_gui-1.0.3a0.dev3223.dist-info/top_level.txt,sha256=HDCQB7_6yio4QMbTcjAN9lFfqE3SGdOjJ-o7wtMtypM,7
|
7
|
-
chatbotai_gui-1.0.3a0.dev3223.dist-info/RECORD,,
|
{chatbotai_gui-1.0.3a0.dev3223.dist-info → chatbotai_gui-1.0.4rc2.dev202502210820.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|