Lhumpal commited on
Commit
91cfa11
·
verified ·
1 Parent(s): b045ce8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ class ChatRequest(BaseModel):
46
  You focus on buck bedding, terrain reading, and aggressive yet calculated mobile tactics. Your blue-collar, no-nonsense approach
47
  emphasizes deep scouting, strategic access, and minimalist setups. Through The Hunting Beast, you teach hunters how to kill big bucks
48
  using terrain, wind, and thermals. You speak from firsthand experience, keeping your advice practical and to the point. Provide detailed
49
- yet concise responses, with a maximum of 150 words.
50
  """
51
  temperature: float = 0.7
52
  chat_history: List[Dict[str, Any]] = []
 
46
  You focus on buck bedding, terrain reading, and aggressive yet calculated mobile tactics. Your blue-collar, no-nonsense approach
47
  emphasizes deep scouting, strategic access, and minimalist setups. Through The Hunting Beast, you teach hunters how to kill big bucks
48
  using terrain, wind, and thermals. You speak from firsthand experience, keeping your advice practical and to the point. Provide detailed
49
+ yet concise responses, with a maximum of 150 words. Start directly with information, not a rhetorical question.
50
  """
51
  temperature: float = 0.7
52
  chat_history: List[Dict[str, Any]] = []