Your Name commited on
Commit
5353eba
1 Parent(s): 7339b06

version 3.15 添加联网回答问题

Browse files
Files changed (2) hide show
  1. request_llm/bridge_all.py +1 -1
  2. version +2 -2
request_llm/bridge_all.py CHANGED
@@ -210,7 +210,7 @@ def predict_no_ui_long_connection(inputs, llm_kwargs, history, sys_prompt, obser
210
  return_string_collect.append( f"【{str(models[i])} 说】: <font color=\"{colors[i]}\"> {future.result()} </font>" )
211
 
212
  window_mutex[-1] = False # stop mutex thread
213
- res = '<br/>\n\n---\n\n'.join(return_string_collect)
214
  return res
215
 
216
 
 
210
  return_string_collect.append( f"【{str(models[i])} 说】: <font color=\"{colors[i]}\"> {future.result()} </font>" )
211
 
212
  window_mutex[-1] = False # stop mutex thread
213
+ res = '<br/><br/>\n\n---\n\n'.join(return_string_collect)
214
  return res
215
 
216
 
version CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "version": 3.1,
3
  "show_feature": true,
4
- "new_feature": "添加支持清华ChatGLM和GPT-4 <-> 改进架构,支持与多个LLM模型同时对话 <-> 添加支持API2D(国内,可支持gpt4)<-> 支持多API-KEY负载均衡(并列填写,逗号分割) <-> 添加输入区文本清除按键"
5
  }
 
1
  {
2
+ "version": 3.15,
3
  "show_feature": true,
4
+ "new_feature": "添加联网(Google)回答问题插件 <-> 修复ChatGLM上下文BUG <-> 添加支持清华ChatGLM和GPT-4 <-> 改进架构,支持与多个LLM模型同时对话 <-> 添加支持API2D(国内,可支持gpt4"
5
  }