A library to communicate with AI assistants such as ChatGPT, Claude, Copilot, Gemini, HuggingChat, and Pi, and enabling multiagent interactions between them.
Project description
TalkingHeads ๐ฌ
Welcome to TalkingHeads! ๐ฌ
TalkingHeads is a Python library that serves as an interface for seamless communication with ChatGPT, Claude, Copilot, Gemini, LeChat, HuggingChat, and Pi ๐ค
By leveraging the power of browser automation, this library enables users to effortlessly interact with online chat agents ๐โจ
You can utilize more than one agent by using multiagent module, and improve your workflow with an ensemble of models!
Prerequisites ๐
- Install Chrome
- Register to the provider you would like to use (or not, and use Pi!)
Installation
pip install talkingheads
or from source:
pip install git+https://github.com/ugorsahin/TalkingHeads
Usage
from talkingheads import PiClient
chathead = PiClient()
response = chathead.interact("Hello, how are you today")
print(response)
Features
Features | Claude | ChatGPT | Copilot | Gemini | LeChat | HuggingChat | Pi |
---|---|---|---|---|---|---|---|
Use without login | โ | โ | โ | โ | โ | โ | โ |
Login* | โ | โ | โ | โ | โ | โ | โ |
Interact | โ | โ | โ | โ | โ | โ | โ |
New Chat | โ | โ | โ | โ | โ | โ | โ |
Regenerate Response | โ | โ | โ | โ | โ | โ | โ |
Custom Interactions | โ | โ | โ | โ | โ | โ | โ |
Search Web | โ | โ | โ | โ | โ | โ | โ |
Plugins | โ | โ | โ | โ | โ | โ | โ |
Switch Model | โ | โ | โ ** | โ | โ | โ | โ |
Multimodal (Visual) | โ | โ*** | โ | โ | โ | โ | โ |
โ (Auto) Save the conversation as csv, h5, html, json, orc, pkl, xlsx, xml
- โ : Functionality exists and implemented
- โ : Functionality does not exist
- โ : Fuctionality exists but not implemented
* You should use a user profile and login manually to use Gemini, Claude and Copilot.Please take a look at documentation and FAQ to set up a user profile.
** The modes of Copilot (Creative, Balanced and Precise) are accessible with model switch. However, it is unclear if they are different models.
*** ChatGPT has multimodality, but only for premium users, donate me a premium account if you need that to be implemented!
Issues & Contribution
Feel free to dive in, share your knowledge, and collaborate. I would be happy to answer any questions or accept your contributions. Let me know in issues if you need anything.
Enhancing our documentation would be fantastic and appreciated. Help me improve documentation with your valuable contributions. Please indicate your issue with a tag enclosed by square brackets: [FEATURE], [BUG], [DOCUMENTATION], [QUESTION]. If you don't know what to write you can write [MISC]. I will prioritize issues with tags.
Where is old ChatGPT_Automation library?
You can still run your code to connect ChatGPT, follow the below tutorial
export ChatGPT_UNAME=<your@email>
export ChatGPT_PWD=><password>
from talkingheads import ChatGPTClient
chathead = ChatGPTClient()
response = chathead.interact("Hello, how are you today")
print(response)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for talkingheads-0.5.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82351cd0287d2a90f044ae0ff14218adf578feb221b65228e21a5207170e24b9 |
|
MD5 | c0de1f5f6ca7976b0e0e4786a5b7f0d2 |
|
BLAKE2b-256 | 6e657c53f5496390147dd08dbac9c778b0c13c29939a50f188f4fe4914db7186 |