Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -94,7 +94,7 @@ def respond_default_model(user_prompt):
|
|
| 94 |
full_response = response.json()['output'][0]
|
| 95 |
|
| 96 |
def respond_gpt5(user_prompt):
|
| 97 |
-
|
| 98 |
I want you to act as a software developer with solid skill in Python .The user provide you information and you should write
|
| 99 |
Python program based on given instruction.
|
| 100 |
The output format must be in following format.
|
|
|
|
| 94 |
full_response = response.json()['output'][0]
|
| 95 |
|
| 96 |
def respond_gpt5(user_prompt):
|
| 97 |
+
system_prompt="""
|
| 98 |
I want you to act as a software developer with solid skill in Python .The user provide you information and you should write
|
| 99 |
Python program based on given instruction.
|
| 100 |
The output format must be in following format.
|