* Update relay-ali.go: 改进stream模式,添加联网搜索能力 通义千问支持stream的增量模式,不需要每次去掉上次的前缀;实测qwen-max联网模式效果不错,添加了联网模式。如果别的模型有问题可以改为单独给qwen-max开放 * 删除"stream参数" 刚发现原来阿里api没有这个参数,上次误加了。 * refactor: only enable search when specified * fix: remove custom suffix when get model ratio --------- Co-authored-by: JustSong <songquanpeng@foxmail.com> |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
package.json | ||
README.md | ||
vercel.json |
React Template
Basic Usages
# Runs the app in the development mode
npm start
# Builds the app for production to the `build` folder
npm run build
If you want to change the default server, please set REACT_APP_SERVER
environment variables before build,
for example: REACT_APP_SERVER=http://your.domain.com
.
Before you start editing, make sure your Actions on Save
options have Optimize imports
& Run Prettier
enabled.