Spaces:
Paused
Paused
Arturo Jiménez de los Galanes Reguillos
commited on
Commit
·
06e297b
1
Parent(s):
01c7ec8
Remove not needed string
Browse files
app.py
CHANGED
|
@@ -10,9 +10,9 @@ system_message = "You are a computer programmer that can translate python code t
|
|
| 10 |
|
| 11 |
def user_prompt_for(python):
|
| 12 |
return f"Rewrite this python code to C++. You must search for the maximum performance. \
|
| 13 |
-
Format your response in Markdown. This is the python Code
|
| 14 |
\n\n\
|
| 15 |
-
|
| 16 |
|
| 17 |
def messages_for(python):
|
| 18 |
return [
|
|
|
|
| 10 |
|
| 11 |
def user_prompt_for(python):
|
| 12 |
return f"Rewrite this python code to C++. You must search for the maximum performance. \
|
| 13 |
+
Format your response in Markdown. This is the python Code: \
|
| 14 |
\n\n\
|
| 15 |
+
{python}"
|
| 16 |
|
| 17 |
def messages_for(python):
|
| 18 |
return [
|