Skip to content

duri0214/gptplayground

Repository files navigation

gpt-playground

独自のデータに対してchatgpt回答を得る

参考

話題の ChatGPT + LangChain で、膨大な PDF ドキュメントの内容を爆速で把握する

ライブラリをインストールする

pip install -r requirements.txt

-- ※開発時 現在のライブラリの状態でrequirementsを書き出す
pip freeze > requirements.txt

オペ

pk=1のユーザーを使用するので createsuperuser でユーザーを作ってから runserver してください

python manage.py makemigrations retrieval_qa_with_source line_qa_with_gpt_and_dalle d_id
python manage.py migrate
python manage.py collectstatic

python manage.py createsuperuser
python manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published