You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,7 +50,7 @@ Submit any bug at https://github.com/Simatwa/python-tgpt/issues/new
50
50
"""
51
51
```
52
52
53
-
This project enables seamless interaction with over **45 free LLM providers** without requiring an API Key.
53
+
This project enables seamless interaction with over **45 free LLM providers** without requiring an API Key as well generating images.
54
54
55
55
The name *python-tgpt* draws inspiration from its parent project [tgpt](https://github.com/aandrew-me/tgpt), which operates on [Golang](https://go.dev/). Through this Python adaptation, users can effortlessly engage with a number of free LLMs available, fostering a smoother AI interaction experience.
56
56
@@ -69,6 +69,7 @@ The name *python-tgpt* draws inspiration from its parent project [tgpt](https://
69
69
- 🧠 Multiple LLM providers - **45+**
70
70
- 🎯 Customizable script generation and execution
71
71
- 🔌 Offline support for Large Language Models
72
+
- 🎨 Image generation capabilities
72
73
73
74
## Providers
74
75
@@ -86,158 +87,19 @@ These are simply the hosts of the LLMs, which include:
86
87
12. [gpt4all](https://gpt4all.io) *(Offline)*
87
88
13. [Poe](poe.com) - Poe|Quora *(Session ID required)*
88
89
90
+
89
91
<details>
90
92
91
93
<summary>
92
94
93
95
41+ Other models proudly offered by [gpt4free](https://github.com/xtekky/gpt4free).
@@ -511,6 +373,54 @@ Utilize the `--disable-conversation` flag in the console to achieve the same fun
511
373
> [!CAUTION]
512
374
> **Bard** autohandles context due to the obvious reason; the `is_conversation` parameter is not necessary at all hence not required when initializing the class. Also be informed that majority of providers offered by *gpt4free* requires *Google Chrome* inorder to function.
513
375
376
+
### Image Generation
377
+
378
+
This has been made possible with [pollination.ai](https://pollination.ai).
The `generate` functionality has been enhanced starting from *v0.3.0* to enable comprehensive utilization of the `--with-copied` option and support for accepting piped inputs. This improvement introduces placeholders, offering dynamic values for more versatile interactions.
0 commit comments