eaglelandsonce commited on
Commit
445ef24
1 Parent(s): c89663d

Update crewai/tools/zephyr_tools.py

Browse files
Files changed (1) hide show
  1. crewai/tools/zephyr_tools.py +1 -1
crewai/tools/zephyr_tools.py CHANGED
@@ -26,7 +26,7 @@ from langchain.tools import tool
26
 
27
  history = ""
28
 
29
- class ZephyrSearchToolsephyrSearchTools():
30
  @tool("Zephyr Normal")
31
  def zephyr_normal(prompt, histroy="", temperature=0.9, max_new_tokens=256, top_p=0.95, repetition_penalty=1.0):
32
  """
 
26
 
27
  history = ""
28
 
29
+ class ZephyrSearchTools():
30
  @tool("Zephyr Normal")
31
  def zephyr_normal(prompt, histroy="", temperature=0.9, max_new_tokens=256, top_p=0.95, repetition_penalty=1.0):
32
  """