Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenych
llama-recipes
5eaaba41493985d4b3c2ca795635f9e1ee8e40f5
5eaaba41493985d4b3c2ca795635f9e1ee8e40f5
Switch branch/tag
llama-recipes
recipes
code_llama
code_completion_prompt.txt
Find file
Normal view
History
Permalink
code_completion_prompt.txt
113 Bytes
Edit
Web IDE
Newer
Older
First add in 0524
Rayyyyy
committed
May 24, 2024
1
2
3
4
5
6
7
import argparse
def main(string: str):
print(string)
print(string[::-1])
if __name__ == "__main__":