Spaces:
Running
Running
s change prompt
Browse files- src/main.py +1 -0
src/main.py
CHANGED
|
@@ -74,6 +74,7 @@ def get_llm_res(
|
|
| 74 |
4. **Code Examples:** Provide exact code examples in blocks if possible.
|
| 75 |
- Ensure code is complete and syntactically correct.
|
| 76 |
5. **Format:** Use Markdown (Headers, Bold, Code Blocks). ALWAYS specify the language in code blocks (e.g., ```python).
|
|
|
|
| 77 |
""").strip()
|
| 78 |
|
| 79 |
user_prompt = textwrap.dedent(f"""
|
|
|
|
| 74 |
4. **Code Examples:** Provide exact code examples in blocks if possible.
|
| 75 |
- Ensure code is complete and syntactically correct.
|
| 76 |
5. **Format:** Use Markdown (Headers, Bold, Code Blocks). ALWAYS specify the language in code blocks (e.g., ```python).
|
| 77 |
+
- Don't explicitly mention keywords like <context> or similar runtime notes, as you are professional assistant in production.
|
| 78 |
""").strip()
|
| 79 |
|
| 80 |
user_prompt = textwrap.dedent(f"""
|