Python-tgpt

Latest version: v0.8.1

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 23 of 26

0.2.0

**What's new?**
- Multiple LLM providers :1st_place_medal: : This release marks another significant milestone in the **python-tgpt series**, as it features the capabilities of interacting with multiple free models as well as the legendary ChatGPT models.

> **Note** : All providers have got a common class methods and few common class variables such as `last_response`.

<details>

<summary>

Openai

</summary>

python
import tgpt.openai as openai
bot = openai.OPENAI("<OPENAI-API-KEY>")
print(bot.chat("<Your-prompt>"))


</details>


<details>

<summary>

Koboldai

</summary>

python
import tgpt.koboldai as koboldai
bot = koboldai.KOBOLDAI()
print(bot.chat("<Your-prompt>"))


</details>


<details>

<summary>

Fakeopen

</summary>

python
import tgpt.fakeopen as fakeopen
bot = fakeopen.FAKEOPEN()
print(bot.chat("<Your-prompt>"))


</details>

<details>

<summary>

Opengpt

</summary>

python
import tgpt.opengpt as opengpt
bot = opengpt.OPENGPT()
print(bot.chat("<Your-prompt>"))


</details>

0.1.7.4

**Full Changelog**: https://github.com/Simatwa/pytgpt-bot/compare/v0.1.7.3...v0.1.7.4

0.1.7.3

**Full Changelog**: https://github.com/Simatwa/pytgpt-bot/compare/v0.1.7.1...v0.1.7.3

0.1.7.1

**Full Changelog**: https://github.com/Simatwa/pytgpt-bot/compare/v0.1.7...v0.1.7.1

0.1.7

**Full Changelog**: https://github.com/Simatwa/pytgpt-bot/compare/v0.1.6...v0.1.7

0.1.6

**Full Changelog**: https://github.com/Simatwa/pytgpt-bot/compare/v0.1.5...v0.1.6

Page 23 of 26

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.