Skip to content

yummyship/chatgpt-tarot-divination

 
 

Repository files navigation

chatgpt tarot divination

demo

Deploy by docker

services:
  chatgpt-tarot-divination:
    image: ghcr.io/dreamhunter2333/chatgpt-tarot-divination:latest
    container_name: chatgpt-tarot-divination
    restart: always
    ports:
      - 8000:8000
    environment:
      - api_key=sk-xxx
      - api_base=https://api.openai.com/v1 # optional
      - model=gpt-3.5-turbo # optional
      - rate_limit=10/minute # optional

Local Run

cd frontend
pnpm install
pnpm build --emptyOutDir
cd ..
python3 -m venv ./venv
./venv/bin/python3 -m pip install -r requirements.txt
./venv/bin/python3 main.py

About

AI 算命,占卜,塔罗牌,姓名五格,周公解梦,生辰八字

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.6%
  • Vue 36.8%
  • HTML 2.9%
  • JavaScript 2.7%
  • Dockerfile 2.0%