Giter Site home page Giter Site logo

hamguy / chatgpt-tarot-divination Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dreamhunter2333/chatgpt-tarot-divination

0.0 0.0 0.0 342 KB

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

Home Page: https://chatgpt-tarot-divination.aks.dreamhunter2333.com/

JavaScript 23.07% Python 46.04% HTML 1.16% Vue 28.91% Dockerfile 0.81%

chatgpt-tarot-divination's Introduction

chatgpt tarot divination

AI 算命,占卜 功能

  • 塔罗牌
  • 生辰八字
  • 姓名五格
  • 周公解梦
  • 起名
  • 梅花易数

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
      - user_rate_limit=600/hour # optional
      - log_dir=/logs/ # optional
      - github_client_id=xxx
      - github_client_secret=xxx
      - jwt_secret=secret
      - ad_client=ca-pub-xxx
      - ad_slot=123

Local Run

创建 .env 文件,填入如下内容, api_key 为必填项, 其余为可选项

api_key=sk-xxxx
api_base=https://api.openai.com/v1
github_client_id=xxx
github_client_secret=xxx
ad_client=ca-pub-xxx
ad_slot=123

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

chatgpt-tarot-divination's People

Contributors

dreamhunter2333 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.