wangdong2021/SOA_backend

0

stars

0

commits

Python

primary language

Jun 16, 2024

updated

README

ReadHub

1. Environment

  1. the project run in python=3.10 and you need to install the python dependence first
    pip install -r requirements.txt
    
  2. set the API KEY for your chatGLM, you can set it by
    export API_KEY="<your_api_key>"     
    
  3. Run the project by
    python app.py
    

2. Settings

There is some settings you can change in the constants.py

  1. USE_CACHE: set True to use the chatglm response cache in local file
  2. USE_DEFAULT_USER: use it to disable the user system, so that you can use the project without login/register

wangdong2021/SOA_backend

0

stars

0

commits

Python

primary language

Jun 16, 2024

updated

README

ReadHub

1. Environment

  1. the project run in python=3.10 and you need to install the python dependence first
    pip install -r requirements.txt
    
  2. set the API KEY for your chatGLM, you can set it by
    export API_KEY="<your_api_key>"     
    
  3. Run the project by
    python app.py
    

2. Settings

There is some settings you can change in the constants.py

  1. USE_CACHE: set True to use the chatglm response cache in local file
  2. USE_DEFAULT_USER: use it to disable the user system, so that you can use the project without login/register

Languages

Python

99.9%