Skip to content

Commit

Permalink
version 3.15 添加联网回答问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Apr 21, 2023
1 parent 7339b06 commit 5353eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion request_llm/bridge_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def mutex_manager(window_mutex, observe_window):
return_string_collect.append( f"【{str(models[i])} 说】: <font color=\"{colors[i]}\"> {future.result()} </font>" )

window_mutex[-1] = False # stop mutex thread
res = '<br/>\n\n---\n\n'.join(return_string_collect)
res = '<br/><br/>\n\n---\n\n'.join(return_string_collect)
return res


Expand Down
4 changes: 2 additions & 2 deletions version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 3.1,
"version": 3.15,
"show_feature": true,
"new_feature": "添加支持清华ChatGLM和GPT-4 <-> 改进架构,支持与多个LLM模型同时对话 <-> 添加支持API2D(国内,可支持gpt4)<-> 支持多API-KEY负载均衡(并列填写,逗号分割) <-> 添加输入区文本清除按键"
"new_feature": "添加联网(Google)回答问题插件 <-> 修复ChatGLM上下文BUG <-> 添加支持清华ChatGLM和GPT-4 <-> 改进架构,支持与多个LLM模型同时对话 <-> 添加支持API2D(国内,可支持gpt4)"
}

0 comments on commit 5353eba

Please sign in to comment.