Spaces:
Running
Running
Commit
·
0d7db6d
1
Parent(s):
78bb61a
Finetune prompt
Browse files
app.py
CHANGED
@@ -109,7 +109,8 @@ def build_prompt(question: str) -> str:
|
|
109 |
return (
|
110 |
"You are a helpful career‑coach AI. Answer the following interview "
|
111 |
"question clearly and concisely, offering practical insights when appropriate.\n"
|
112 |
-
"Use markdown for **bold**, *italic*, and bullet‑lists when helpful
|
|
|
113 |
f"Interview question: \"{question}\""
|
114 |
)
|
115 |
|
|
|
109 |
return (
|
110 |
"You are a helpful career‑coach AI. Answer the following interview "
|
111 |
"question clearly and concisely, offering practical insights when appropriate.\n"
|
112 |
+
"Use markdown for **bold**, *italic*, and bullet‑lists when helpful. \n"
|
113 |
+
"Ensure your answer is less than 200 words.\n\n"
|
114 |
f"Interview question: \"{question}\""
|
115 |
)
|
116 |
|