iamarcel / gpt-chat-search

Simple web app that answers queries by searching the web for them. Bing Chat but your own.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPT Chat Search

Making our own web search-enabled chatbot, like Bing!

How to run

API

I use pipenv so initialize that so you can fetch the dependencies. Then, in the api directory, run the API:

uvicorn main:app --reload --host ::

Web App

Navigate to the web folder and install the dependencies with yarn. Then start the dev server:

yarn dev

About

Simple web app that answers queries by searching the web for them. Bing Chat but your own.


Languages

Language:TypeScript 43.5%Language:Python 37.2%Language:CSS 7.2%Language:HTML 6.4%Language:JavaScript 3.1%Language:Shell 2.6%