-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Copyright (c) Mehmet Bektas <[email protected]> | ||
# Prompts modified from GitHub Copilot's system prompts. Copyright (c) GitHub | ||
|
||
IDE_NAME = "JupyterLab" | ||
OS_TYPE = "Linux" | ||
|
@@ -130,7 +131,6 @@ | |
For example, it should pass the validation through builtin module codeop \`codeop.compile_command(statement)\`. | ||
""" | ||
|
||
|
||
class CopilotPrompts: | ||
def chat_prompt(): | ||
return CHAT_SYSTEM_PROMPT | ||
|
@@ -143,4 +143,3 @@ def fix_this_prompt(): | |
|
||
def new_notebook_prompt(): | ||
return NEW_NOTEBOOK_SYSTEM_PROMPT | ||
|