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.
44
44
45
-
The name *python-pytgpt* draws inspiration from its parent project [pytgpt](https://github.com/aandrew-me/pytgpt), 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.
45
+
The name *python-tgpt* draws inspiration from its parent project [pytgpt](https://github.com/aandrew-me/pytgpt), 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
47
47
### Features
48
48
@@ -75,7 +75,7 @@ These are simply the hosts of the LLMs, which include:
75
75
76
76
### Installation
77
77
78
-
Download binaries for your system from [here.](https://github.com/Simatwa/python-pytgpt/releases/latest/)
78
+
Download binaries for your system from [here.](https://github.com/Simatwa/python-tgpt/releases/latest/)
79
79
80
80
Alternatively, you can install non-binaries. *(Recommended)*
81
81
@@ -84,20 +84,20 @@ Choose one of the following methods to get started.
**Note**: Commencing from [v0.1.0](https://github.com/Simatwa/python-pytgpt/releases/), the default mode of interaction is conversational. This mode enhances the interactive experience, offering better control over the chat history. By associating previous prompts and responses, it tailors conversations for a more engaging experience.
287
+
**Note**: Commencing from [v0.1.0](https://github.com/Simatwa/python-tgpt/releases/), the default mode of interaction is conversational. This mode enhances the interactive experience, offering better control over the chat history. By associating previous prompts and responses, it tailors conversations for a more engaging experience.
0 commit comments