Skip to content

Commit

Permalink
feat: add golang into prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Co1lin committed Nov 13, 2024
1 parent 83bf60e commit 16b2d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cweval/ppt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class DirectPrompt(Prompt):
'js': 'You should implement the function in JavaScript. ',
'c': 'You should implement the function in pure C (NOT C++). ',
'cpp': 'You should implement the function in C++ with C++ features as much as possible. ',
'go': 'You should implement the function in Golang. ',
}

@classmethod
Expand Down

0 comments on commit 16b2d6f

Please sign in to comment.