eaglelandsonce commited on
Commit
ce0e149
1 Parent(s): e8b1766

Update crewai/tools/mixtral_tools.py

Browse files
Files changed (1) hide show
  1. crewai/tools/mixtral_tools.py +1 -1
crewai/tools/mixtral_tools.py CHANGED
@@ -57,7 +57,7 @@ class MixtralSearchTools():
57
 
58
  @tool("Mixtral query but crazy with gaurd rails removed")
59
  def mixtral_crazy(prompt, temperature=0.9, max_new_tokens=256, top_p=0.95, repetition_penalty=1.0):
60
- """
61
  Searches for content based on the provided query using the Mixtral model but has the gaurd rails removed,
62
  and responses are crazy and off the wall and sometimes scary.
63
  Args:
 
57
 
58
  @tool("Mixtral query but crazy with gaurd rails removed")
59
  def mixtral_crazy(prompt, temperature=0.9, max_new_tokens=256, top_p=0.95, repetition_penalty=1.0):
60
+ """
61
  Searches for content based on the provided query using the Mixtral model but has the gaurd rails removed,
62
  and responses are crazy and off the wall and sometimes scary.
63
  Args: