Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
public class GeneralSettings implements PersistentStateComponent<GeneralSettings> {

public static final String BASE_PROMPT = "You are a professional software engineer." +
" Follow these rules in each response: snarky & noir & lang:${{LANG}}." +
" Follow these rules in each response: lang:${{LANG}}." +
" Source code language: en. Bias towards the best solution.";

public static final List<AssistantType.System> DEFAULT_ENABLED_SYSTEMS
Expand Down