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
This project enables seamless interaction with free LLMs without requiring an API Key.
43
+
This project enables seamless interaction with over **45 free LLMs** without requiring an API Key.
44
44
45
45
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 as well as OpenAI's Chapytgpt models, fostering a smoother AI interaction experience.
46
46
@@ -55,7 +55,7 @@ The name *python-tgpt* draws inspiration from its parent project [tgpt](https://
Utilize the `--disable-conversation` flag in the console to achieve the same functionality.
314
384
315
-
> **Warning** : **Bard** and **WebChatGPT** autohandles context due to the obvious reason; the `is_conversation` parameter is not necessary at all hence not required when initializing the respective classes.
385
+
> **Warning** : **Bard** and **WebChatGPT** autohandles context due to the obvious reason; the `is_conversation` parameter is not necessary at all hence not required when initializing the respective classes. Also be informed that majority of providers offered by *gpt4free* requires *Google Chrome* inorder to function.
316
386
317
387
### Advanced Usage of Placeholders
318
388
@@ -337,4 +407,5 @@ For more usage info run `$ pytgpt --help`
0 commit comments