Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
markqiu
/
prinvest_mate
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
prinvest_mate / modules
84.9 kB
  • 52 contributors
History: 113 commits
plucury's picture
plucury
feat: 去除Dockerfile中的环境变量,统一使用config.json配置 (#601)
1bfb00d unverified over 2 years ago
  • __init__.py
    0 Bytes
    去除chat_func文件,改用类控制模型 over 2 years ago
  • base_model.py
    20.1 kB
    修正变量名 over 2 years ago
  • config.py
    5.3 kB
    feat: 去除Dockerfile中的环境变量,统一使用config.json配置 (#601) over 2 years ago
  • llama_func.py
    5.8 kB
    bugfix over 2 years ago
  • models.py
    18.7 kB
    llama支持instruction over 2 years ago
  • overwrites.py
    2.05 kB
    解决用户输入中的HTML被渲染的问题 over 2 years ago
  • pdf_func.py
    7.36 kB
    Update 2-column pdf; Update new config type; Update new proxy method (#479) over 2 years ago
  • presets.py
    7.62 kB
    将本地LLM定义为全局变量,防止多次调用。make class great again over 2 years ago
  • shared.py
    1.69 kB
    解决Bug(‘str’ object has no attribute ‘api_key’) (#589) over 2 years ago
  • utils.py
    16.3 kB
    将本地LLM设置为全局变量,防止多次调用;Make Class Great Again. over 2 years ago