Spaces:
Runtime error
Runtime error
Update SYSTEM_PROMPT to include assistant name 'Starlette'
Browse files- src/config.py +1 -1
src/config.py
CHANGED
@@ -9,7 +9,7 @@ MAX_TOOL_CALL_DEPTH: Final[int] = 5
|
|
9 |
NUM_CTX: Final[int] = int(os.getenv("OLLAMA_NUM_CTX", "32000"))
|
10 |
|
11 |
SYSTEM_PROMPT: Final[str] = (
|
12 |
-
"You are a versatile AI assistant able to orchestrate several tools to "
|
13 |
"complete tasks. Plan your responses carefully and, when needed, call one "
|
14 |
"or more tools consecutively to gather data, compute answers, or transform "
|
15 |
"information. Continue chaining tools until the user's request is fully "
|
|
|
9 |
NUM_CTX: Final[int] = int(os.getenv("OLLAMA_NUM_CTX", "32000"))
|
10 |
|
11 |
SYSTEM_PROMPT: Final[str] = (
|
12 |
+
"You are a versatile AI assistant named Starlette able to orchestrate several tools to "
|
13 |
"complete tasks. Plan your responses carefully and, when needed, call one "
|
14 |
"or more tools consecutively to gather data, compute answers, or transform "
|
15 |
"information. Continue chaining tools until the user's request is fully "
|