Skip to content

Commit 8367cfb

Browse files
committed
fix: Remove duplicate URL entry in answers.json
The `url` key was duplicated in the "Resolving rate limit issues caused by model switching" entry, causing an error. This commit removes the duplicate entry.
1 parent 92da824 commit 8367cfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

answers.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
{
2727
"url": "https://community.sourcegraph.com/t/hitting-limits-due-to-model-switching/2200",
2828
"title": "Resolving rate limit issues caused by model switching",
29-
"url": "https://community.sourcegraph.com/t/error-403-workspaces-forbidden-user-is-banned/2438",
3029
"answer": "If you encounter rate limit issues due to frequent model switching, update your Cody plugin/extension to the latest stable version. Then, log out and log back into your Sourcegraph account to resolve the issue. This solution addresses problems related to what Sourcegraph identified as 'problematic code' that caused some users to be incorrectly flagged or banned."
3130
},
3231
{

0 commit comments

Comments
 (0)