Open jiang-yuan opened 5 months ago
Any conclusion?
Apologies, this must've slipped in my inbox. I didn't mean to not respond.
Can you update your VS Code + your copilot chat extension and see if you're still experiencing issues? If so please do F1 -> Set Log Level -> Trace
and attach your logs after a request again as that will collect more detailed metrics.
Everytime I ask GitHub Copilot Chat it generating for a long time until the first token shows. From the log we can see it takes up to 7 seconds. May I know how can I locate the reason for this slow responding?
1.Open C++ file 2.Ask Copilot chat
Output logs: 2024-05-30 10:15:42.578 [info] [FetcherService] Using Helix fetcher 2024-05-30 10:15:42.578 [info] [gitExtensionService] Initializing Git extension service. 2024-05-30 10:15:42.578 [info] [gitExtensionService] vscode.git extension is not yet activated. 2024-05-30 10:16:00.296 [info] [auth] Logged in as jiang-yuan 2024-05-30 10:16:01.923 [info] [chat] copilot token chat_enabled: true 2024-05-30 10:16:01.923 [info] [chat] Registration of interactive providers failed:,Error: Extension 'GitHub.copilot-chat' CANNOT use API proposal: aiTextSearchProvider. Its package.json#enabledApiProposals-property declares: interactive, terminalDataWriteEvent, terminalExecuteCommandEvent, terminalSelection, terminalQuickFixProvider, chatParticipant, chatParticipantAdditions, defaultChatParticipant, chatVariableResolver, chatProvider, mappedEditsProvider, aiRelatedInformation, codeActionAI, findTextInFiles, textSearchProvider, contribSourceControlInputBoxMenu, newSymbolNamesProvider, findFiles2, extensionsAny, authLearnMore, testObserver but NOT aiTextSearchProvider. The missing proposal MUST be added and you must start in extension development mode or use the following command line switch: --enable-proposed-api GitHub.copilot-chat 2024-05-30 10:16:01.923 [info] [githubTitleAndDescriptionProvider] Initializing GitHub PR title and description provider provider. 2024-05-30 10:16:01.923 [info] [githubTitleAndDescriptionProvider] GitHub.vscode-pull-request-github extension is not yet activated. 2024-05-30 10:16:01.925 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 10:41:02.192 [info] [auth] Logged in as jiang-yuan 2024-05-30 10:41:03.416 [info] [chat] copilot token chat_enabled: true 2024-05-30 10:41:03.417 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 11:06:14.360 [info] [auth] Logged in as jiang-yuan 2024-05-30 11:06:15.735 [info] [chat] copilot token chat_enabled: true 2024-05-30 11:06:15.736 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 11:31:16.033 [info] [auth] Logged in as jiang-yuan 2024-05-30 11:31:17.293 [info] [chat] copilot token chat_enabled: true 2024-05-30 11:31:17.293 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 11:41:11.837 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 11:41:11.837 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 11:41:11.837 [info] [chat fetch] modelMaxResponseTokens 4096 2024-05-30 11:41:11.837 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 11:41:14.930 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3090 ms 2024-05-30 11:41:14.939 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 11:41:14.941 [info] [streamChoices] request done: requestId: [5ef7d73f-24bb-4d30-aa02-411ae234b3ed] model deployment ID: [zb2890b3247b6] 2024-05-30 11:41:46.588 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 11:41:46.588 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 11:41:46.588 [info] [chat fetch] modelMaxResponseTokens 4096 2024-05-30 11:41:46.588 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 11:41:49.702 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3110 ms 2024-05-30 11:41:49.857 [info] [streamMessages] message 0 returned. finish reason: [client-trimmed] 2024-05-30 11:41:49.858 [info] [streamChoices] request done: requestId: [0cb76496-ad1d-49f7-8b99-00c153194ebe] model deployment ID: [zb2890b3247b6] 2024-05-30 11:50:52.898 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 11:50:52.898 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 11:50:52.898 [info] [chat fetch] modelMaxResponseTokens 2302 2024-05-30 11:50:52.898 [info] [chat fetch] chat model gpt-4 2024-05-30 11:50:58.935 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 6034 ms 2024-05-30 11:51:04.797 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 11:51:04.799 [info] [streamChoices] request done: requestId: [7307a9a6-8b0a-46ed-b6aa-8174b4687e09] model deployment ID: [zd564f7006c5c] 2024-05-30 11:51:05.264 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 11:51:05.264 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 11:51:05.264 [info] [chat fetch] modelMaxResponseTokens 2361 2024-05-30 11:51:05.264 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 11:51:09.248 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3983 ms 2024-05-30 11:51:09.336 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 11:51:09.337 [info] [streamChoices] request done: requestId: [06985ed0-fe7e-4db8-8468-a7917283d351] model deployment ID: [zb2890b3247b6] 2024-05-30 11:51:32.430 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 11:51:32.430 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 11:51:32.430 [info] [chat fetch] modelMaxResponseTokens 2113 2024-05-30 11:51:32.430 [info] [chat fetch] chat model gpt-4 2024-05-30 11:51:36.785 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4353 ms 2024-05-30 11:51:41.071 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 11:51:41.073 [info] [streamChoices] request done: requestId: [413a3a1e-ae9f-4fa9-a97f-224e05e8ca0d] model deployment ID: [zd564f7006c5c] 2024-05-30 11:51:41.501 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 11:51:41.501 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 11:51:41.501 [info] [chat fetch] modelMaxResponseTokens 2187 2024-05-30 11:51:41.501 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 11:51:45.239 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3736 ms 2024-05-30 11:51:45.345 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 11:51:45.346 [info] [streamChoices] request done: requestId: [19f22c84-7ab8-400e-957b-22159ffd90bf] model deployment ID: [zb2890b3247b6] 2024-05-30 11:53:05.169 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 11:53:05.169 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 11:53:05.169 [info] [chat fetch] modelMaxResponseTokens 2437 2024-05-30 11:53:05.169 [info] [chat fetch] chat model gpt-4 2024-05-30 11:53:10.489 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 5319 ms 2024-05-30 11:53:19.683 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 11:53:19.684 [info] [streamChoices] request done: requestId: [baeafb83-260c-42c4-8ac2-b38f9aad16d4] model deployment ID: [zd564f7006c5c] 2024-05-30 11:53:20.157 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 11:53:20.157 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 11:53:20.157 [info] [chat fetch] modelMaxResponseTokens 2193 2024-05-30 11:53:20.157 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 11:53:23.810 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3651 ms 2024-05-30 11:53:23.898 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 11:53:23.899 [info] [streamChoices] request done: requestId: [05416c0b-33d4-4f7e-96a5-53d205ac61f2] model deployment ID: [zb2890b3247b6] 2024-05-30 11:54:10.018 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 11:54:10.018 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 11:54:10.018 [info] [chat fetch] modelMaxResponseTokens 2157 2024-05-30 11:54:10.018 [info] [chat fetch] chat model gpt-4 2024-05-30 11:54:14.936 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4917 ms 2024-05-30 11:54:25.122 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 11:54:25.123 [info] [streamChoices] request done: requestId: [3c01a1e9-8e70-49e1-a7e7-22595983f6fc] model deployment ID: [zd564f7006c5c] 2024-05-30 11:54:25.596 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 11:54:25.596 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 11:54:25.596 [info] [chat fetch] modelMaxResponseTokens 2177 2024-05-30 11:54:25.596 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 11:54:29.287 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3689 ms 2024-05-30 11:54:29.608 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 11:54:29.609 [info] [streamChoices] request done: requestId: [0e105d87-be97-4ca1-a2fd-7e66548c80c4] model deployment ID: [zb2890b3247b6] 2024-05-30 11:55:00.934 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 11:55:00.934 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 11:55:00.934 [info] [chat fetch] modelMaxResponseTokens 2110 2024-05-30 11:55:00.934 [info] [chat fetch] chat model gpt-4 2024-05-30 11:55:05.436 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4501 ms 2024-05-30 11:55:13.259 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 11:55:13.261 [info] [streamChoices] request done: requestId: [9862b7ba-99be-4223-a1cf-0e99e80a4bcd] model deployment ID: [zd564f7006c5c] 2024-05-30 11:55:13.685 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 11:55:13.685 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 11:55:13.685 [info] [chat fetch] modelMaxResponseTokens 2152 2024-05-30 11:55:13.685 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 11:55:17.410 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3724 ms 2024-05-30 11:55:17.535 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 11:55:17.536 [info] [streamChoices] request done: requestId: [ef672e9b-bcee-4ec0-a54d-838cbd0861da] model deployment ID: [zb2890b3247b6] 2024-05-30 11:56:17.558 [info] [auth] Logged in as jiang-yuan 2024-05-30 11:56:18.822 [info] [chat] copilot token chat_enabled: true 2024-05-30 11:56:18.822 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 11:58:05.796 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 11:58:05.796 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 11:58:05.796 [info] [chat fetch] modelMaxResponseTokens 2088 2024-05-30 11:58:05.796 [info] [chat fetch] chat model gpt-4 2024-05-30 11:58:11.377 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 5580 ms 2024-05-30 11:58:37.665 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 11:58:37.667 [info] [streamChoices] request done: requestId: [675ba29b-1be7-4739-9b88-c10f83b0b6dd] model deployment ID: [zd564f7006c5c] 2024-05-30 11:58:38.091 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 11:58:38.091 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 11:58:38.091 [info] [chat fetch] modelMaxResponseTokens 2145 2024-05-30 11:58:38.091 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 11:58:41.820 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3728 ms 2024-05-30 11:58:41.917 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 11:58:41.918 [info] [streamChoices] request done: requestId: [007e434e-385d-42be-b3c6-6c84e0a2ed26] model deployment ID: [zb2890b3247b6] 2024-05-30 12:00:23.848 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:00:23.848 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 12:00:23.848 [info] [chat fetch] modelMaxResponseTokens 2115 2024-05-30 12:00:23.848 [info] [chat fetch] chat model gpt-4 2024-05-30 12:00:28.676 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4827 ms 2024-05-30 12:00:48.053 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:00:48.055 [info] [streamChoices] request done: requestId: [42f00bfb-1177-4416-8e2b-2e28b1510ec5] model deployment ID: [zd564f7006c5c] 2024-05-30 12:00:48.474 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:00:48.474 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 12:00:48.474 [info] [chat fetch] modelMaxResponseTokens 2197 2024-05-30 12:00:48.474 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 12:00:52.114 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3638 ms 2024-05-30 12:00:52.234 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:00:52.235 [info] [streamChoices] request done: requestId: [2068fd68-1fc8-4144-a5f6-833df3717410] model deployment ID: [zb2890b3247b6] 2024-05-30 12:04:55.766 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:04:55.766 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 12:04:55.766 [info] [chat fetch] modelMaxResponseTokens 3030 2024-05-30 12:04:55.766 [info] [chat fetch] chat model gpt-4 2024-05-30 12:05:00.442 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4674 ms 2024-05-30 12:05:13.651 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:05:13.653 [info] [streamChoices] request done: requestId: [93c50d4b-5d82-4160-aab0-3b162f00e701] model deployment ID: [zd564f7006c5c] 2024-05-30 12:05:14.087 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:05:14.087 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 12:05:14.087 [info] [chat fetch] modelMaxResponseTokens 2344 2024-05-30 12:05:14.087 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 12:05:17.530 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3441 ms 2024-05-30 12:05:17.634 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:05:17.635 [info] [streamChoices] request done: requestId: [30d7882b-693b-4d5f-be12-3ee72be93ac8] model deployment ID: [zb2890b3247b6] 2024-05-30 12:07:52.875 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:07:52.875 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 12:07:52.875 [info] [chat fetch] modelMaxResponseTokens 2483 2024-05-30 12:07:52.875 [info] [chat fetch] chat model gpt-4 2024-05-30 12:07:57.595 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4718 ms 2024-05-30 12:08:00.585 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:08:00.587 [info] [streamChoices] request done: requestId: [ab20db67-9c44-4e16-b2da-457910f13269] model deployment ID: [zd564f7006c5c] 2024-05-30 12:08:01.002 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:08:01.002 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 12:08:01.002 [info] [chat fetch] modelMaxResponseTokens 2187 2024-05-30 12:08:01.002 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 12:08:04.849 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3846 ms 2024-05-30 12:08:05.036 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:08:05.037 [info] [streamChoices] request done: requestId: [cebe129f-ff1a-4231-9adf-b9a7c9d7bcff] model deployment ID: [zb2890b3247b6] 2024-05-30 12:10:23.018 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:10:23.018 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 12:10:23.018 [info] [chat fetch] modelMaxResponseTokens 2308 2024-05-30 12:10:23.018 [info] [chat fetch] chat model gpt-4 2024-05-30 12:10:27.640 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4620 ms 2024-05-30 12:10:33.008 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:10:33.009 [info] [streamChoices] request done: requestId: [c262a704-070e-4171-8e50-d4cfe3fc21aa] model deployment ID: [zd564f7006c5c] 2024-05-30 12:10:33.430 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:10:33.430 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 12:10:33.430 [info] [chat fetch] modelMaxResponseTokens 2113 2024-05-30 12:10:33.430 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 12:10:37.025 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3593 ms 2024-05-30 12:10:37.165 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:10:37.166 [info] [streamChoices] request done: requestId: [295320f4-e4ef-4136-b79d-633f38361b20] model deployment ID: [zb2890b3247b6] 2024-05-30 12:13:42.393 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:13:42.393 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 12:13:42.393 [info] [chat fetch] modelMaxResponseTokens 2677 2024-05-30 12:13:42.393 [info] [chat fetch] chat model gpt-4 2024-05-30 12:13:47.523 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 5129 ms 2024-05-30 12:14:03.961 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:14:03.962 [info] [streamChoices] request done: requestId: [2471cdf2-429d-4a96-9c13-3f60a2522809] model deployment ID: [zd564f7006c5c] 2024-05-30 12:14:04.360 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:14:04.360 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 12:14:04.360 [info] [chat fetch] modelMaxResponseTokens 2943 2024-05-30 12:14:04.360 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 12:14:08.305 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3944 ms 2024-05-30 12:14:08.381 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:14:08.382 [info] [streamChoices] request done: requestId: [dd2a82e4-3915-42bf-9a70-3e8ddcb85bab] model deployment ID: [zb2890b3247b6] 2024-05-30 12:15:49.921 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:15:49.921 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 12:15:49.921 [info] [chat fetch] modelMaxResponseTokens 2580 2024-05-30 12:15:49.921 [info] [chat fetch] chat model gpt-4 2024-05-30 12:15:54.978 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 5055 ms 2024-05-30 12:16:10.046 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:16:10.048 [info] [streamChoices] request done: requestId: [54eb4711-cf81-4626-90a7-20fe7150dd6d] model deployment ID: [zd564f7006c5c] 2024-05-30 12:16:10.475 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:16:10.475 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 12:16:10.475 [info] [chat fetch] modelMaxResponseTokens 2500 2024-05-30 12:16:10.475 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 12:16:14.350 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3874 ms 2024-05-30 12:16:14.427 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:16:14.427 [info] [streamChoices] request done: requestId: [7f983b2a-c6f4-477f-b50c-fa24041b2b43] model deployment ID: [zb2890b3247b6] 2024-05-30 12:16:45.921 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:16:45.921 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 12:16:45.921 [info] [chat fetch] modelMaxResponseTokens 2126 2024-05-30 12:16:45.921 [info] [chat fetch] chat model gpt-4 2024-05-30 12:16:50.508 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4586 ms 2024-05-30 12:16:57.938 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:16:57.939 [info] [streamChoices] request done: requestId: [54bab3c8-9f3c-4b3c-925c-836bfee33b8f] model deployment ID: [zd564f7006c5c] 2024-05-30 12:16:58.352 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:16:58.352 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 12:16:58.352 [info] [chat fetch] modelMaxResponseTokens 2153 2024-05-30 12:16:58.352 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 12:17:01.837 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3484 ms 2024-05-30 12:17:01.903 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:17:01.904 [info] [streamChoices] request done: requestId: [18ab1b7a-3e9d-484b-8f98-1e50ba1da164] model deployment ID: [zb2890b3247b6] 2024-05-30 12:19:32.503 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:19:32.503 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 12:19:32.503 [info] [chat fetch] modelMaxResponseTokens 2412 2024-05-30 12:19:32.503 [info] [chat fetch] chat model gpt-4 2024-05-30 12:19:38.896 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 6391 ms 2024-05-30 12:19:50.399 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:19:50.401 [info] [streamChoices] request done: requestId: [ef5bd9c1-c147-4bee-884b-d6f3aaae2f31] model deployment ID: [zd564f7006c5c] 2024-05-30 12:19:50.812 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:19:50.812 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 12:19:50.812 [info] [chat fetch] modelMaxResponseTokens 2070 2024-05-30 12:19:50.812 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 12:19:54.629 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3816 ms 2024-05-30 12:19:54.630 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:19:54.631 [info] [streamChoices] request done: requestId: [a4a59559-c289-48d4-b8ec-5ac5f144b037] model deployment ID: [zb2890b3247b6] 2024-05-30 12:21:19.086 [info] [auth] Logged in as jiang-yuan 2024-05-30 12:21:20.340 [info] [chat] copilot token chat_enabled: true 2024-05-30 12:21:20.340 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 12:21:39.747 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:21:39.747 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 12:21:39.747 [info] [chat fetch] modelMaxResponseTokens 2502 2024-05-30 12:21:39.747 [info] [chat fetch] chat model gpt-4 2024-05-30 12:21:44.548 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4799 ms 2024-05-30 12:21:55.235 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:21:55.236 [info] [streamChoices] request done: requestId: [3ce53bdb-b349-43bc-900d-1f2eca3c8773] model deployment ID: [zd564f7006c5c] 2024-05-30 12:21:55.755 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:21:55.755 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 12:21:55.755 [info] [chat fetch] modelMaxResponseTokens 2132 2024-05-30 12:21:55.755 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 12:21:59.419 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3664 ms 2024-05-30 12:21:59.481 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:21:59.482 [info] [streamChoices] request done: requestId: [1dfeaa0a-d79b-433e-87cb-946c44d90c9b] model deployment ID: [zb2890b3247b6] 2024-05-30 12:22:45.534 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:22:45.534 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 12:22:45.534 [info] [chat fetch] modelMaxResponseTokens 2615 2024-05-30 12:22:45.534 [info] [chat fetch] chat model gpt-4 2024-05-30 12:22:49.703 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4168 ms 2024-05-30 12:22:58.015 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:22:58.016 [info] [streamChoices] request done: requestId: [1e5db108-0957-4186-821c-0966f69ef159] model deployment ID: [zd564f7006c5c] 2024-05-30 12:22:58.473 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:22:58.473 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 12:22:58.473 [info] [chat fetch] modelMaxResponseTokens 2156 2024-05-30 12:22:58.473 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 12:23:02.025 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3551 ms 2024-05-30 12:23:02.086 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:23:02.087 [info] [streamChoices] request done: requestId: [1d0104f9-e633-4bd8-ac2f-a57e6d730f12] model deployment ID: [zb2890b3247b6] 2024-05-30 12:23:28.643 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:23:28.643 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 12:23:28.643 [info] [chat fetch] modelMaxResponseTokens 2285 2024-05-30 12:23:28.643 [info] [chat fetch] chat model gpt-4 2024-05-30 12:23:33.002 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4358 ms 2024-05-30 12:23:43.249 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:23:43.250 [info] [streamChoices] request done: requestId: [69dd29f3-b779-4447-be22-c1ea069cf09f] model deployment ID: [zd564f7006c5c] 2024-05-30 12:23:43.662 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:23:43.662 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 12:23:43.662 [info] [chat fetch] modelMaxResponseTokens 2079 2024-05-30 12:23:43.662 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 12:23:47.184 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3514 ms 2024-05-30 12:23:47.301 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:23:47.302 [info] [streamChoices] request done: requestId: [83fec2ed-00a6-4a51-a5da-994a284e1b31] model deployment ID: [zb2890b3247b6] 2024-05-30 12:25:15.708 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:25:15.708 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 12:25:15.708 [info] [chat fetch] modelMaxResponseTokens 2408 2024-05-30 12:25:15.708 [info] [chat fetch] chat model gpt-4 2024-05-30 12:25:19.682 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3973 ms 2024-05-30 12:25:30.477 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:25:30.478 [info] [streamChoices] request done: requestId: [67065386-01d0-4d14-8ad4-883d544392af] model deployment ID: [zd564f7006c5c] 2024-05-30 12:25:30.983 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:25:30.983 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 12:25:30.983 [info] [chat fetch] modelMaxResponseTokens 3478 2024-05-30 12:25:30.983 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 12:25:34.565 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3579 ms 2024-05-30 12:25:34.617 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:25:34.619 [info] [streamChoices] request done: requestId: [bb3127e3-d28f-4e37-9e4e-35b33d995989] model deployment ID: [zb2890b3247b6] 2024-05-30 12:26:43.676 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:26:43.676 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 12:26:43.676 [info] [chat fetch] modelMaxResponseTokens 2134 2024-05-30 12:26:43.676 [info] [chat fetch] chat model gpt-4 2024-05-30 12:26:47.944 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4267 ms 2024-05-30 12:26:56.235 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:26:56.236 [info] [streamChoices] request done: requestId: [eb7dd633-1aa9-4e20-8abc-f57039425f67] model deployment ID: [zd564f7006c5c] 2024-05-30 12:26:56.642 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 12:26:56.642 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 12:26:56.642 [info] [chat fetch] modelMaxResponseTokens 3134 2024-05-30 12:26:56.642 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 12:27:00.059 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3416 ms 2024-05-30 12:27:00.109 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 12:27:00.110 [info] [streamChoices] request done: requestId: [9a7ec492-b6c0-4eae-99c3-500b0aee1bb5] model deployment ID: [zb2890b3247b6] 2024-05-30 12:46:20.601 [info] [auth] Logged in as jiang-yuan 2024-05-30 12:46:21.967 [info] [chat] copilot token chat_enabled: true 2024-05-30 12:46:21.967 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 13:11:22.230 [info] [auth] Logged in as jiang-yuan 2024-05-30 13:11:23.480 [info] [chat] copilot token chat_enabled: true 2024-05-30 13:11:23.480 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 13:36:23.744 [info] [auth] Logged in as jiang-yuan 2024-05-30 13:36:25.068 [info] [chat] copilot token chat_enabled: true 2024-05-30 13:36:25.069 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 14:01:25.327 [info] [auth] Logged in as jiang-yuan 2024-05-30 14:01:26.652 [info] [chat] copilot token chat_enabled: true 2024-05-30 14:01:26.652 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 14:16:02.603 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:16:02.603 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 14:16:02.603 [info] [chat fetch] modelMaxResponseTokens 4096 2024-05-30 14:16:02.603 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 14:16:05.839 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3234 ms 2024-05-30 14:16:06.559 [info] [streamMessages] message 0 returned. finish reason: [client-trimmed] 2024-05-30 14:16:06.560 [info] [streamChoices] request done: requestId: [377bce46-9503-4216-943d-47a8c7ec2c5f] model deployment ID: [zb2890b3247b6] 2024-05-30 14:16:06.585 [info] [editGeneration] Diff metrics: { "diffToEntireScore": { "equalCharCount": 0, "originalCharCount": 3410, "modifiedCharCount": 68, "originalCharRatio": 0, "modifiedCharRatio": 0 }, "diffToRangeScore": { "equalCharCount": 0, "originalCharCount": 56, "modifiedCharCount": 68, "originalCharRatio": 0, "modifiedCharRatio": 0 } } 2024-05-30 14:26:26.962 [info] [auth] Logged in as jiang-yuan 2024-05-30 14:26:28.278 [info] [chat] copilot token chat_enabled: true 2024-05-30 14:26:28.278 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 14:28:35.792 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:28:35.792 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 14:28:35.792 [info] [chat fetch] modelMaxResponseTokens 4096 2024-05-30 14:28:35.792 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 14:28:38.956 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3161 ms 2024-05-30 14:28:38.960 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:28:38.961 [info] [streamChoices] request done: requestId: [0ef85734-0c11-4a48-b904-1f9078019d35] model deployment ID: [zb2890b3247b6] 2024-05-30 14:29:19.574 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:29:19.574 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 14:29:19.574 [info] [chat fetch] modelMaxResponseTokens 4096 2024-05-30 14:29:19.574 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 14:29:22.671 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3096 ms 2024-05-30 14:29:23.530 [info] [streamMessages] message 0 returned. finish reason: [client-trimmed] 2024-05-30 14:29:23.531 [info] [streamChoices] request done: requestId: [f4ba83e5-dd38-414e-b9db-200329ba7aad] model deployment ID: [zb2890b3247b6] 2024-05-30 14:29:23.559 [info] [editGeneration] Diff metrics: { "diffToEntireScore": { "equalCharCount": 12, "originalCharCount": 3401, "modifiedCharCount": 86, "originalCharRatio": 0.0035283740076448105, "modifiedCharRatio": 0.13953488372093023 }, "diffToRangeScore": { "equalCharCount": 12, "originalCharCount": 86, "modifiedCharCount": 86, "originalCharRatio": 0.13953488372093023, "modifiedCharRatio": 0.13953488372093023 } } 2024-05-30 14:32:51.630 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:32:51.630 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 14:32:51.630 [info] [chat fetch] modelMaxResponseTokens 2088 2024-05-30 14:32:51.630 [info] [chat fetch] chat model gpt-4 2024-05-30 14:32:56.934 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 5302 ms 2024-05-30 14:33:11.633 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:33:11.634 [info] [streamChoices] request done: requestId: [92c26622-235b-4529-aead-b07f725f7f7e] model deployment ID: [zd564f7006c5c] 2024-05-30 14:33:12.041 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:33:12.041 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 14:33:12.041 [info] [chat fetch] modelMaxResponseTokens 2759 2024-05-30 14:33:12.041 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 14:33:15.690 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3647 ms 2024-05-30 14:33:15.923 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:33:15.923 [info] [streamChoices] request done: requestId: [41a4c325-a7bb-47b7-8467-026c1a14d450] model deployment ID: [zb2890b3247b6] 2024-05-30 14:34:20.146 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:34:20.146 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 14:34:20.146 [info] [chat fetch] modelMaxResponseTokens 2279 2024-05-30 14:34:20.146 [info] [chat fetch] chat model gpt-4 2024-05-30 14:34:26.195 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 6047 ms 2024-05-30 14:34:37.787 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:34:37.789 [info] [streamChoices] request done: requestId: [283707d5-a5b8-48b4-aff2-9277f282ee72] model deployment ID: [zd564f7006c5c] 2024-05-30 14:34:38.277 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:34:38.277 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 14:34:38.277 [info] [chat fetch] modelMaxResponseTokens 2440 2024-05-30 14:34:38.277 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 14:34:41.915 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3636 ms 2024-05-30 14:34:42.223 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:34:42.224 [info] [streamChoices] request done: requestId: [e4dae446-cb49-4b9a-9aaa-e230c02abc04] model deployment ID: [zb2890b3247b6] 2024-05-30 14:35:22.199 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:35:22.199 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 14:35:22.199 [info] [chat fetch] modelMaxResponseTokens 2296 2024-05-30 14:35:22.199 [info] [chat fetch] chat model gpt-4 2024-05-30 14:35:27.179 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4977 ms 2024-05-30 14:35:43.185 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:35:43.187 [info] [streamChoices] request done: requestId: [956287b5-0a46-4404-817a-135bec29654e] model deployment ID: [zd564f7006c5c] 2024-05-30 14:35:43.626 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:35:43.626 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 14:35:43.626 [info] [chat fetch] modelMaxResponseTokens 2624 2024-05-30 14:35:43.626 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 14:35:47.168 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3540 ms 2024-05-30 14:35:47.262 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:35:47.263 [info] [streamChoices] request done: requestId: [28a70575-3ec5-4cb5-bd08-a5a1ad42f368] model deployment ID: [zb2890b3247b6] 2024-05-30 14:36:46.831 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:36:46.831 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 14:36:46.831 [info] [chat fetch] modelMaxResponseTokens 2125 2024-05-30 14:36:46.831 [info] [chat fetch] chat model gpt-4 2024-05-30 14:36:51.638 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4805 ms 2024-05-30 14:37:01.773 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:37:01.774 [info] [streamChoices] request done: requestId: [8a12c7fe-a893-48fd-93c4-d261c4e3012b] model deployment ID: [zd564f7006c5c] 2024-05-30 14:37:02.445 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:37:02.445 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 14:37:02.445 [info] [chat fetch] modelMaxResponseTokens 2312 2024-05-30 14:37:02.445 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 14:37:06.559 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4113 ms 2024-05-30 14:37:06.668 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:37:06.669 [info] [streamChoices] request done: requestId: [a17f27e2-1271-477b-aa12-9542aa609c48] model deployment ID: [zb2890b3247b6] 2024-05-30 14:39:41.767 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:39:41.767 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 14:39:41.767 [info] [chat fetch] modelMaxResponseTokens 2111 2024-05-30 14:39:41.767 [info] [chat fetch] chat model gpt-4 2024-05-30 14:39:46.550 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4782 ms 2024-05-30 14:40:01.197 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:40:01.198 [info] [streamChoices] request done: requestId: [9c1661a7-2597-48df-ae1c-707f96de4a23] model deployment ID: [zd564f7006c5c] 2024-05-30 14:40:01.610 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:40:01.610 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 14:40:01.610 [info] [chat fetch] modelMaxResponseTokens 2386 2024-05-30 14:40:01.610 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 14:40:05.250 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3638 ms 2024-05-30 14:40:05.639 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:40:05.639 [info] [streamChoices] request done: requestId: [8e19056a-1e02-445e-88db-18ca3ca124ba] model deployment ID: [zb2890b3247b6] 2024-05-30 14:41:01.112 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:41:01.112 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 14:41:01.112 [info] [chat fetch] modelMaxResponseTokens 2353 2024-05-30 14:41:01.112 [info] [chat fetch] chat model gpt-4 2024-05-30 14:41:07.888 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 6774 ms 2024-05-30 14:41:19.104 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:41:19.105 [info] [streamChoices] request done: requestId: [b0257a2f-a39c-47a6-9d72-bb0c32e039ef] model deployment ID: [zd564f7006c5c] 2024-05-30 14:41:19.685 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:41:19.685 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 14:41:19.685 [info] [chat fetch] modelMaxResponseTokens 2077 2024-05-30 14:41:19.685 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 14:41:23.579 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3893 ms 2024-05-30 14:41:23.666 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:41:23.667 [info] [streamChoices] request done: requestId: [d28df9c6-50a1-477d-9836-755e06661e37] model deployment ID: [zb2890b3247b6] 2024-05-30 14:42:11.863 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:42:11.863 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 14:42:11.863 [info] [chat fetch] modelMaxResponseTokens 2349 2024-05-30 14:42:11.863 [info] [chat fetch] chat model gpt-4 2024-05-30 14:42:16.591 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4727 ms 2024-05-30 14:42:23.978 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:42:23.979 [info] [streamChoices] request done: requestId: [04ea548e-be4c-4858-bac3-c3380f82bf60] model deployment ID: [zd564f7006c5c] 2024-05-30 14:42:24.535 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:42:24.535 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 14:42:24.535 [info] [chat fetch] modelMaxResponseTokens 2336 2024-05-30 14:42:24.535 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 14:42:28.718 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4181 ms 2024-05-30 14:42:28.954 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:42:28.955 [info] [streamChoices] request done: requestId: [c174d625-68fe-48ba-90b5-5afa69739ff2] model deployment ID: [zb2890b3247b6] 2024-05-30 14:43:46.196 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:43:46.196 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 14:43:46.196 [info] [chat fetch] modelMaxResponseTokens 2109 2024-05-30 14:43:46.196 [info] [chat fetch] chat model gpt-4 2024-05-30 14:43:51.165 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4966 ms 2024-05-30 14:44:09.625 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:44:09.626 [info] [streamChoices] request done: requestId: [89efebf8-1e6f-43b3-b41a-166527a5c5fb] model deployment ID: [zd564f7006c5c] 2024-05-30 14:44:10.040 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:44:10.040 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 14:44:10.040 [info] [chat fetch] modelMaxResponseTokens 2232 2024-05-30 14:44:10.040 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 14:44:14.975 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 4933 ms 2024-05-30 14:44:15.243 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 14:44:15.244 [info] [streamChoices] request done: requestId: [4831d8d5-6574-4876-bbf7-2c0ab6653082] model deployment ID: [zb2890b3247b6] 2024-05-30 14:47:53.712 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 14:47:53.712 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 14:47:53.712 [info] [chat fetch] modelMaxResponseTokens 4096 2024-05-30 14:47:53.712 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 14:47:57.001 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3287 ms 2024-05-30 14:47:57.957 [info] [streamMessages] message 0 returned. finish reason: [client-trimmed] 2024-05-30 14:47:57.958 [info] [streamChoices] request done: requestId: [cd23e48e-d273-461f-8035-a8ae9b68ba7b] model deployment ID: [zb2890b3247b6] 2024-05-30 14:47:57.981 [info] [editGeneration] Diff metrics: { "diffToEntireScore": { "equalCharCount": 0, "originalCharCount": 2650, "modifiedCharCount": 132, "originalCharRatio": 0, "modifiedCharRatio": 0 }, "diffToRangeScore": { "equalCharCount": 0, "originalCharCount": 60, "modifiedCharCount": 132, "originalCharRatio": 0, "modifiedCharRatio": 0 } } 2024-05-30 14:51:28.539 [info] [auth] Logged in as jiang-yuan 2024-05-30 14:51:29.872 [info] [chat] copilot token chat_enabled: true 2024-05-30 14:51:29.873 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 15:16:30.128 [info] [auth] Logged in as jiang-yuan 2024-05-30 15:16:31.520 [info] [chat] copilot token chat_enabled: true 2024-05-30 15:16:31.520 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 15:47:01.995 [info] [auth] Logged in as jiang-yuan 2024-05-30 15:47:03.368 [info] [chat] copilot token chat_enabled: true 2024-05-30 15:47:03.368 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 16:18:01.998 [info] [auth] Logged in as jiang-yuan 2024-05-30 16:18:03.429 [info] [chat] copilot token chat_enabled: true 2024-05-30 16:18:03.430 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 16:41:48.720 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 16:41:48.720 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-30 16:41:48.720 [info] [chat fetch] modelMaxResponseTokens 4096 2024-05-30 16:41:48.720 [info] [chat fetch] chat model gpt-4 2024-05-30 16:41:54.047 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 5325 ms 2024-05-30 16:41:55.316 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 16:41:55.317 [info] [streamChoices] request done: requestId: [b5090107-970f-4127-8815-d7a7fe3d80d4] model deployment ID: [zd564f7006c5c] 2024-05-30 16:41:55.723 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-30 16:41:55.723 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-30 16:41:55.723 [info] [chat fetch] modelMaxResponseTokens 2147 2024-05-30 16:41:55.723 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-30 16:41:59.290 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3566 ms 2024-05-30 16:41:59.393 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-30 16:41:59.394 [info] [streamChoices] request done: requestId: [8fb8af02-a043-43d8-ad3b-468f3b267ba5] model deployment ID: [zb2890b3247b6] 2024-05-30 16:43:03.699 [info] [auth] Logged in as jiang-yuan 2024-05-30 16:43:05.007 [info] [chat] copilot token chat_enabled: true 2024-05-30 16:43:05.008 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 17:08:05.268 [info] [auth] Logged in as jiang-yuan 2024-05-30 17:08:06.790 [info] [chat] copilot token chat_enabled: true 2024-05-30 17:08:06.790 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 17:33:07.056 [info] [auth] Logged in as jiang-yuan 2024-05-30 17:33:08.442 [info] [chat] copilot token chat_enabled: true 2024-05-30 17:33:08.443 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 17:37:19.612 [info] [extension] Error: Sorry, this message is too long. Please try a shorter question. at nt.render (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:788:3615) at processTicksAndRejections (node:internal/process/task_queues:95:5) at t.buildPrompt (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:788:3297) at t6._provideResponseWithProgress (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:866:836) at t6.provideResponseWithProgress (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:864:4167) at i.y (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:876:1460) at n.$invokeAgent (/home/noahrl/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/out/vs/workbench/api/node/extensionHostProcess.js:155:44194) 2024-05-30 17:38:08.393 [info] [extension] Error: Sorry, this message is too long. Please try a shorter question. at nt.render (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:788:3615) at processTicksAndRejections (node:internal/process/task_queues:95:5) at t.buildPrompt (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:788:3297) at t6._provideResponseWithProgress (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:866:836) at t6.provideResponseWithProgress (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:864:4167) at i.y (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:876:1460) at n.$invokeAgent (/home/noahrl/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/out/vs/workbench/api/node/extensionHostProcess.js:155:44194) 2024-05-30 17:38:51.715 [info] [extension] Error: Sorry, this message is too long. Please try a shorter question. at nt.render (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:788:3615) at processTicksAndRejections (node:internal/process/task_queues:95:5) at t.buildPrompt (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:788:3297) at t6._provideResponseWithProgress (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:866:836) at t6.provideResponseWithProgress (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:864:4167) at i.y (/home/noahrl/.vscode-server/extensions/github.copilot-chat-0.15.2/dist/extension.js:876:1460) at n.$invokeAgent (/home/noahrl/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/out/vs/workbench/api/node/extensionHostProcess.js:155:44194) 2024-05-30 17:58:08.721 [info] [auth] Logged in as jiang-yuan 2024-05-30 17:58:10.166 [info] [chat] copilot token chat_enabled: true 2024-05-30 17:58:10.166 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 18:23:10.432 [info] [auth] Logged in as jiang-yuan 2024-05-30 18:23:11.821 [info] [chat] copilot token chat_enabled: true 2024-05-30 18:23:11.821 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 18:48:12.088 [info] [auth] Logged in as jiang-yuan 2024-05-30 18:48:13.767 [info] [chat] copilot token chat_enabled: true 2024-05-30 18:48:13.767 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 19:13:14.030 [info] [auth] Logged in as jiang-yuan 2024-05-30 19:13:15.532 [info] [chat] copilot token chat_enabled: true 2024-05-30 19:13:15.532 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 19:38:15.808 [info] [auth] Logged in as jiang-yuan 2024-05-30 19:38:17.258 [info] [chat] copilot token chat_enabled: true 2024-05-30 19:38:17.258 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 20:03:17.517 [info] [auth] Logged in as jiang-yuan 2024-05-30 20:03:18.929 [info] [chat] copilot token chat_enabled: true 2024-05-30 20:03:18.929 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 20:28:19.201 [info] [auth] Logged in as jiang-yuan 2024-05-30 20:28:20.636 [info] [chat] copilot token chat_enabled: true 2024-05-30 20:28:20.636 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 20:53:20.903 [info] [auth] Logged in as jiang-yuan 2024-05-30 20:53:22.320 [info] [chat] copilot token chat_enabled: true 2024-05-30 20:53:22.320 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 21:18:22.587 [info] [auth] Logged in as jiang-yuan 2024-05-30 21:18:23.929 [info] [chat] copilot token chat_enabled: true 2024-05-30 21:18:23.929 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 21:43:24.201 [info] [auth] Logged in as jiang-yuan 2024-05-30 21:43:25.618 [info] [chat] copilot token chat_enabled: true 2024-05-30 21:43:25.619 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 22:08:25.887 [info] [auth] Logged in as jiang-yuan 2024-05-30 22:08:27.304 [info] [chat] copilot token chat_enabled: true 2024-05-30 22:08:27.304 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 22:33:27.579 [info] [auth] Logged in as jiang-yuan 2024-05-30 22:33:28.969 [info] [chat] copilot token chat_enabled: true 2024-05-30 22:33:28.970 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 22:58:29.241 [info] [auth] Logged in as jiang-yuan 2024-05-30 22:58:30.620 [info] [chat] copilot token chat_enabled: true 2024-05-30 22:58:30.621 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 23:23:30.898 [info] [auth] Logged in as jiang-yuan 2024-05-30 23:23:32.317 [info] [chat] copilot token chat_enabled: true 2024-05-30 23:23:32.318 [info] [auth] Got Copilot token for jiang-yuan 2024-05-30 23:48:32.587 [info] [auth] Logged in as jiang-yuan 2024-05-30 23:48:33.950 [info] [chat] copilot token chat_enabled: true 2024-05-30 23:48:33.950 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 00:13:34.212 [info] [auth] Logged in as jiang-yuan 2024-05-31 00:13:35.583 [info] [chat] copilot token chat_enabled: true 2024-05-31 00:13:35.583 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 00:38:35.854 [info] [auth] Logged in as jiang-yuan 2024-05-31 00:38:37.268 [info] [chat] copilot token chat_enabled: true 2024-05-31 00:38:37.268 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 01:03:37.525 [info] [auth] Logged in as jiang-yuan 2024-05-31 01:03:38.900 [info] [chat] copilot token chat_enabled: true 2024-05-31 01:03:38.900 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 01:28:39.165 [info] [auth] Logged in as jiang-yuan 2024-05-31 01:28:40.590 [info] [chat] copilot token chat_enabled: true 2024-05-31 01:28:40.591 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 01:53:40.858 [info] [auth] Logged in as jiang-yuan 2024-05-31 01:53:42.260 [info] [chat] copilot token chat_enabled: true 2024-05-31 01:53:42.260 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 02:18:42.524 [info] [auth] Logged in as jiang-yuan 2024-05-31 02:18:43.908 [info] [chat] copilot token chat_enabled: true 2024-05-31 02:18:43.909 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 02:43:44.181 [info] [auth] Logged in as jiang-yuan 2024-05-31 02:43:45.528 [info] [chat] copilot token chat_enabled: true 2024-05-31 02:43:45.529 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 03:08:45.786 [info] [auth] Logged in as jiang-yuan 2024-05-31 03:08:47.188 [info] [chat] copilot token chat_enabled: true 2024-05-31 03:08:47.188 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 03:33:47.458 [info] [auth] Logged in as jiang-yuan 2024-05-31 03:33:48.709 [info] [chat] copilot token chat_enabled: true 2024-05-31 03:33:48.709 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 03:58:48.984 [info] [auth] Logged in as jiang-yuan 2024-05-31 03:58:50.399 [info] [chat] copilot token chat_enabled: true 2024-05-31 03:58:50.399 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 04:23:50.667 [info] [auth] Logged in as jiang-yuan 2024-05-31 04:23:51.923 [info] [chat] copilot token chat_enabled: true 2024-05-31 04:23:51.923 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 04:48:52.192 [info] [auth] Logged in as jiang-yuan 2024-05-31 04:48:53.643 [info] [chat] copilot token chat_enabled: true 2024-05-31 04:48:53.643 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 05:13:53.906 [info] [auth] Logged in as jiang-yuan 2024-05-31 05:13:55.335 [info] [chat] copilot token chat_enabled: true 2024-05-31 05:13:55.335 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 05:38:55.609 [info] [auth] Logged in as jiang-yuan 2024-05-31 05:38:56.852 [info] [chat] copilot token chat_enabled: true 2024-05-31 05:38:56.852 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 06:03:57.118 [info] [auth] Logged in as jiang-yuan 2024-05-31 06:03:58.425 [info] [chat] copilot token chat_enabled: true 2024-05-31 06:03:58.425 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 06:28:58.700 [info] [auth] Logged in as jiang-yuan 2024-05-31 06:29:00.007 [info] [chat] copilot token chat_enabled: true 2024-05-31 06:29:00.008 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 06:54:00.272 [info] [auth] Logged in as jiang-yuan 2024-05-31 06:54:01.543 [info] [chat] copilot token chat_enabled: true 2024-05-31 06:54:01.547 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 07:19:01.809 [info] [auth] Logged in as jiang-yuan 2024-05-31 07:19:03.153 [info] [chat] copilot token chat_enabled: true 2024-05-31 07:19:03.153 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 07:44:03.417 [info] [auth] Logged in as jiang-yuan 2024-05-31 07:44:04.629 [info] [chat] copilot token chat_enabled: true 2024-05-31 07:44:04.629 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 08:09:04.893 [info] [auth] Logged in as jiang-yuan 2024-05-31 08:09:06.235 [info] [chat] copilot token chat_enabled: true 2024-05-31 08:09:06.236 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 08:34:06.497 [info] [auth] Logged in as jiang-yuan 2024-05-31 08:34:07.841 [info] [chat] copilot token chat_enabled: true 2024-05-31 08:34:07.841 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 08:59:08.109 [info] [auth] Logged in as jiang-yuan 2024-05-31 08:59:09.461 [info] [chat] copilot token chat_enabled: true 2024-05-31 08:59:09.462 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 09:24:09.723 [info] [auth] Logged in as jiang-yuan 2024-05-31 09:24:11.060 [info] [chat] copilot token chat_enabled: true 2024-05-31 09:24:11.060 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 09:49:11.332 [info] [auth] Logged in as jiang-yuan 2024-05-31 09:49:12.612 [info] [chat] copilot token chat_enabled: true 2024-05-31 09:49:12.616 [info] [auth] Got Copilot token for jiang-yuan 2024-05-31 10:03:58.305 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-31 10:03:58.306 [info] [chat fetch] modelMaxPromptTokens 3072 2024-05-31 10:03:58.306 [info] [chat fetch] modelMaxResponseTokens 2231 2024-05-31 10:03:58.306 [info] [chat fetch] chat model gpt-4 2024-05-31 10:04:02.218 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3910 ms 2024-05-31 10:04:11.039 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-31 10:04:11.041 [info] [streamChoices] request done: requestId: [3c8a4af3-6f96-4f39-83d0-44e00ed5304e] model deployment ID: [zd564f7006c5c] 2024-05-31 10:04:11.531 [info] [chat fetch] url https://api.githubcopilot.com/chat/completions 2024-05-31 10:04:11.531 [info] [chat fetch] modelMaxPromptTokens 7168 2024-05-31 10:04:11.531 [info] [chat fetch] modelMaxResponseTokens 2263 2024-05-31 10:04:11.531 [info] [chat fetch] chat model gpt-3.5-turbo 2024-05-31 10:04:15.053 [info] [chat fetch] request.response: [https://api.githubcopilot.com/chat/completions], took 3520 ms 2024-05-31 10:04:15.183 [info] [streamMessages] message 0 returned. finish reason: [stop] 2024-05-31 10:04:15.184 [info] [streamChoices] request done: requestId: [98dbc975-d5cc-4971-b950-1ecf5884c578] model deployment ID: [zb2890b3247b6]