Skip to content

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

Notifications You must be signed in to change notification settings

iamarcel/gpt-chat-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published