chatbotai-gui 1.0.3a0.dev3223__py3-none-any.whl → 1.0.4rc2.dev202502210820__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: chatbotai-gui
3
- Version: 1.0.3a0.dev3223
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
- The chatbot configuration is stored in `config.json` inside the `chatai` module. You can modify it to adjust settings such as API keys and model preferences.
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 the **AGPL-3.0-or-later**. See the `LICENSE` file for more details.
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,,