Spaces:
Build error
Build error
Update crewai/tools/zephyr_tools.py
Browse files
crewai/tools/zephyr_tools.py
CHANGED
|
@@ -26,7 +26,7 @@ from langchain.tools import tool
|
|
| 26 |
|
| 27 |
history = ""
|
| 28 |
|
| 29 |
-
class
|
| 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 |
"""
|