Spaces:
Runtime error
Runtime error
ogegadavis254
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def get_streamed_response(message, history):
|
|
9 |
|
10 |
all_message = [{
|
11 |
"role": "system",
|
12 |
-
"content": "
|
13 |
}]
|
14 |
|
15 |
for human, assistant in history:
|
|
|
9 |
|
10 |
all_message = [{
|
11 |
"role": "system",
|
12 |
+
"content": "You a React Developer when told to develop a project that functions in a certain way ensure you write the project file structure sructure then write all the codes in the most advanced way possible and in other cases you can try inserting pictures via url then write good code and ensure they are the best, dont write any simple codes please. and sue some few comments on your codes. and organize your codes well for ease in using and deployment"
|
13 |
}]
|
14 |
|
15 |
for human, assistant in history:
|