xiaozhu
xiaozhu
https://github.com/apolloconfig/apollo/blob/471f59dee1b24664c9d622f6c8e457cb12631dda/apollo-client/src/main/java/com/ctrip/framework/apollo/internals/AbstractConfig.java#L102 like this test case: ```java Config config = ConfigService.getConfig("someConfig") while(true){ config.addChangeListener(new ConfigChangeListner(){ @Override public void onChange(ConfigChangeEvent event){ //do something } } } ``` consider override equals() methode in [apollo-client/src/main/java/com/ctrip/framework/apollo/ConfigChangeListener.java](https://github.com/apolloconfig/apollo/blob/471f59dee1b24664c9d622f6c8e457cb12631dda/apollo-client/src/main/java/com/ctrip/framework/apollo/ConfigChangeListener.java)
when i use a command line “jsonschema2pojo --source-type JSON --source resource\json --target java-gen --package com.example.types --annotation-style JACKSON2” ; it throw a exception: " exception in thread main java.lang.illegalargumentexception path not...
考虑添加图片管理功能,可以是基于ip,或建立用户体系,或接入github授权认证,或基于浏览器cookie
比如api_key可以填写多个,逗号分割sk1,sk2,sk3。实际使用的时候去轮询
with issue https://github.com/Chanzhaoyu/chatgpt-web/issues/661
feat:新增限流功能
feat:新增限流功能: 可选参数 - `MAX_REQUEST_PERHOUR` 每小时最大请求次数,可选,不填时默认36000次
已创建pull request https://github.com/Chanzhaoyu/chatgpt-web/pull/718
在渠道添加自定义模型后,v1/models接口不会返回添加的自定义的模型,而是依旧返回了写死的https://github.com/songquanpeng/one-api/blob/main/controller/model.go#L56 模型列表。 希望v1/models接口能够返回添加的自定义模型
### 解决方案检查 - [X] 我已阅读常见问题(),但没有找到解决方案 - [X] 我已搜索issue列表(),但没有发现类似的问题 ### 问题描述 1.希望服务端同步数据时可以同步音源; 2.希望音源可以以在线url的方式导入 ### 描述你想要的解决方案 1.希望服务端同步数据时可以同步音源; 2.希望音源可以以在线url的方式导入 ### 描述你考虑过的替代方案 _No response_ ### 附加信息 _No response_
http代理局限较多,很多程序无法使用,希望能转换成socks5代理