Skip to content

Prototype using chatGPT to anser Golang Stackoverflow questions

Notifications You must be signed in to change notification settings

samos123/chatgpt-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b45008 · Jan 26, 2023

History

26 Commits
Dec 12, 2022
Jan 26, 2023
Dec 12, 2022
Jan 24, 2023
Jan 6, 2023
Jan 11, 2023
Jan 18, 2023
Jan 11, 2023
Jan 11, 2023
Jan 6, 2023
Jan 18, 2023

Repository files navigation

chatgpt-blog: Flask, Stackoverflow API and chatGPT

A prototype to implement a blog that relies on Stackoverflow to get questions and uses chatGPT to provide an answer. This was purely done for educational purposes to see whether chatGPT is effective and correct.

Live demo: https://golangqna.com

Loading new data

First load data from StackOverflow e.g. from Jan 4 to Jan 5:

DATABASE=postgresql://localhost:1234
python models.py load_so_data 2023-01-04 2023-01-05

Afterwards run generate answers script that uses chat GPT:

python models.py generate_answers

About

Prototype using chatGPT to anser Golang Stackoverflow questions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published