konumaru / love_simulation_chatbot

Home Page:https://konumaru.com/posts/gpt-3.5%E3%81%A7%E4%BD%9C%E3%81%A3%E3%81%9F%E6%81%8B%E6%84%9B%E3%82%B7%E3%83%A5%E3%83%9F%E3%83%AC%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3ai-chatbot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Love Simulation Chatbot

Commands

.venv ❯ make help
deploy: Deploy the Linebot app on google cloud run.
help: Show help for each of the Makefile recipes.
init: Initialize the project of gcp.

Usage

# Set enviroment variables
cp .envrc.template .envrc

# Generate Charactors
python src/generate_charactors.py

# Upload Prompt
python src/upload_prompts.py

# Deploy bot to cloud function
cd functions/linebot
make deploy