alibidaran commited on
Commit
3aa0e92
·
verified ·
1 Parent(s): 9659d47

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
- systems_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.
 
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.