Skip to content

Commit

Permalink
attribute GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Jan 2, 2025
1 parent 6f45ea4 commit 306ec9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notebook_intelligence/github_copilot_prompts.py
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"
Expand Down Expand Up @@ -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
Expand All @@ -143,4 +143,3 @@ def fix_this_prompt():

def new_notebook_prompt():
return NEW_NOTEBOOK_SYSTEM_PROMPT

0 comments on commit 306ec9f

Please sign in to comment.