An open API service indexing awesome lists of open source software.

https://github.com/atry/google-gpt4


https://github.com/atry/google-gpt4

Last synced: over 1 year ago
JSON representation

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`