https://github.com/atry/google-gpt4
https://github.com/atry/google-gpt4
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/atry/google-gpt4
- Owner: Atry
- License: unlicense
- Created: 2023-07-03T00:03:18.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T03:39:32.000Z (about 2 years ago)
- Last Synced: 2025-01-20T22:13:05.212Z (over 1 year ago)
- Language: Python
- Size: 147 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google-gpt4
A chatbot that uses Google Search to find the most relevant responses to the user input and then uses the GPT-4 model to generate a response based on the most relevant responses from Google Search.
## Installation
### Prerequisites
- Poetry
### Steps
1. Clone the repository
2. Run `poetry install`
3. Run `poetry run chainlit run google_gpt4.py`