asadshahab commited on
Commit
96f06d9
·
verified ·
1 Parent(s): ba66953

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -9,7 +9,7 @@ class Config:
9
 
10
  # Generation settings
11
  DEFAULT_MAX_TOKENS: int = 20
12
- DEFAULT_PROMPT: str = "The old wizard walked through the forest when he"
13
  DEFAULT_TEMPERATURE: float = 0.7
14
  DEFAULT_TOP_P: float = 0.95
15
 
 
9
 
10
  # Generation settings
11
  DEFAULT_MAX_TOKENS: int = 20
12
+ DEFAULT_PROMPT: str = "The old wizard dropped his staff when the wind howled, and it rolled into the dark cave"
13
  DEFAULT_TEMPERATURE: float = 0.7
14
  DEFAULT_TOP_P: float = 0.95
15