https://github.com/xtekky/chatgpt-alternative
You.com ChatGPT Clone client - Google on steroids
https://github.com/xtekky/chatgpt-alternative
ai api artificial-intelligence chatgpt chatgpt-api chatgpt3 language-model
Last synced: 6 months ago
JSON representation
You.com ChatGPT Clone client - Google on steroids
- Host: GitHub
- URL: https://github.com/xtekky/chatgpt-alternative
- Owner: xtekky
- Created: 2023-01-20T22:35:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T19:21:51.000Z (over 2 years ago)
- Last Synced: 2025-03-24T18:21:27.849Z (7 months ago)
- Topics: ai, api, artificial-intelligence, chatgpt, chatgpt-api, chatgpt3, language-model
- Language: Python
- Homepage: https://discord.gg/onlpx
- Size: 6.84 KB
- Stars: 45
- Watchers: 3
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ChatGPT-Clone
==============================
You.com ChatGPT Clone client - Google on steroidsGetting Started
------------
Download / clone the github repositoryYou can use this client like this:
```python
from ..you_client import askresponse = ask("Hello World !")
print(response)
```
Response example:
```json
{
"response": "Hello World is an iconic phrase that is often used as the first program many computer science students create It is also an online gift store in Philadelphia a magazine issue a repository on GitHub an example Express app a minimal Docker example a language learning program and an enrichment program taught by software engineers AI architects data scientists and educators.",
"links": null,
"extra": null
}```
Project Organization
------------├── README.md <- The top-level README for developers using this project.
├── you_client
│ └── __init__.py <- You.com client
│
├── requirements.txt <- PIP - modules used in the project that are not pre-installed (pip install -r requirements.txt)
│
├── testing
│ └── main.py <- python test file--------
Project based on the you.com/chat api.