Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
48 changes: 0 additions & 48 deletions README.md

This file was deleted.

8 changes: 7 additions & 1 deletion answers.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[{
[
{
"url": "https://community.sourcegraph.com/t/disallowed-special-token-found-im-start/2717",
"title": "Handling disallowed special tokens in code files",
"answer": "When working with code that contains special tokens like '<|im_start|>' that are interpreted as prompt injection attempts, these tokens cannot be directly included in the context. This is a security guardrail implemented by design to prevent prompt injection. Currently, there is no built-in escaping mechanism to allow these tokens to be processed normally. Consider manually modifying your files to use alternative representations if you need to work with these tokens in your codebase."
},
{
"url": "https://community.sourcegraph.com/t/how-to-change-account-login-method/2498",
"title": "Changing account login method from Google to Sourcegraph",
"answer": "To switch your login method from Google to Sourcegraph, use the Sourcegraph Enterprise login option despite being a Pro user. After logging out, select the Enterprise option, enter https://sourcegraph.com as the URL and use your access token. This method works for cloud customers who need custom URLs and for Sourcegraph Gateway instances."
Expand Down