Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
[#] 删除从未使用的 List
Browse files Browse the repository at this point in the history
  • Loading branch information
NahidaLing committed Feb 17, 2024
1 parent 540f992 commit 4ea8941
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public ResponseType handle(HandleType Handle) {
boolean UsingStream = Handle.RequestParams.containsKey("stream") ? Handle.RequestParams.getBoolean("stream") : true;
String Channel_id = "";
List<String> SendMessage = new ArrayList<>(); // 待发送消息列表
List<String> OldMessage = new ArrayList<>();
JSONArray messagesArray = Handle.RequestParams.getJSONArray("messages");
String[] ForceDefaultModel = {"gpt4", "gpt-4-0314", "gpt-4-0613",
"gpt-4-32k", "gpt-4-32k-0314", "gpt-4-32-0613", "gpt-4-turbo-preview",
Expand Down

0 comments on commit 4ea8941

Please sign in to comment.