Skip to content

law-lee/gpthub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpthub

a hub for various gpt model

配置

支持文件和环境变量读取

本地config.json文件示例

{
  "spark": {
    "wss_domain": "wss://aichat.xf-yun.com/v1/chat",
    "app_id": "",
    "app_secret":"",
    "app_key":""
  },
  "openapi": {
    "api_key": "",
    "auto_pass": true,
    "session_timeout": 60,
    "max_tokens": 1024,
    "model": "text-davinci-003",
    "temperature": 1,
    "reply_prefix": "来自机器人回复:",
    "session_clear_token": "清空会话"
  }
}

About

a hub for various gpt model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages