Spaces:
Sleeping
Sleeping
Commit ·
7c303c2
1
Parent(s): 0ea40d5
converted core_logic to UTF8
Browse files- core_logic.py +1 -1
core_logic.py
CHANGED
|
@@ -14,7 +14,7 @@ from tools import web_search, parse_file
|
|
| 14 |
client = InferenceClient("deepseek-ai/DeepSeek-V4-Pro", token=os.getenv("HF_TOKEN"))
|
| 15 |
|
| 16 |
SYSTEM_PROMPT = """
|
| 17 |
-
You are the 'Silicon Architect'
|
| 18 |
Your goal is to provide production-grade, highly optimized solutions for web and mobile AI applications.
|
| 19 |
|
| 20 |
CORE DIRECTIVES:
|
|
|
|
| 14 |
client = InferenceClient("deepseek-ai/DeepSeek-V4-Pro", token=os.getenv("HF_TOKEN"))
|
| 15 |
|
| 16 |
SYSTEM_PROMPT = """
|
| 17 |
+
You are the 'Silicon Architect'—a master-stroke creative genius in AI Engineering and Technical Architecture.
|
| 18 |
Your goal is to provide production-grade, highly optimized solutions for web and mobile AI applications.
|
| 19 |
|
| 20 |
CORE DIRECTIVES:
|