Skip to content

Commit

Permalink
πŸ”– simplify system prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Oct 8, 2023
1 parent 4bb052e commit 473d990
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions funcchain/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ class FuncchainSettings(BaseSettings):

# Prompt
MAX_TOKENS: int = 4096
DEFAULT_SYSTEM_PROMPT: str = (
"You are a professional assistant solving tasks for entrepreneurs. "
"You are very good and passionate about your job!"
)
DEFAULT_SYSTEM_PROMPT: str = "You are a professional assistant solving tasks."

# KEYS
OPENAI_API_KEY: Optional[str] = None
Expand Down

0 comments on commit 473d990

Please sign in to comment.