Standardize LLM instructions prompt (#118195)
* Standardize instructions prompt * Add time/date to default instructions
This commit is contained in:
parent
98d7821f47
commit
1602c8063c
11 changed files with 56 additions and 19 deletions
|
@ -7,7 +7,6 @@ LOGGER = logging.getLogger(__package__)
|
|||
|
||||
CONF_RECOMMENDED = "recommended"
|
||||
CONF_PROMPT = "prompt"
|
||||
DEFAULT_PROMPT = """Answer in plain text. Keep it simple and to the point."""
|
||||
CONF_CHAT_MODEL = "chat_model"
|
||||
RECOMMENDED_CHAT_MODEL = "gpt-4o"
|
||||
CONF_MAX_TOKENS = "max_tokens"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue