Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from Gradio_UI import GradioUI
|
|
| 11 |
@tool
|
| 12 |
def crypto_duck(addr: str)-> str:
|
| 13 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 14 |
-
"""A tool
|
| 15 |
Args:
|
| 16 |
addr: A string representing a valid cryptocurrency address.
|
| 17 |
"""
|
|
@@ -48,6 +48,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 48 |
|
| 49 |
|
| 50 |
final_answer = FinalAnswerTool()
|
|
|
|
| 51 |
|
| 52 |
# If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
|
| 53 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|
|
|
|
| 11 |
@tool
|
| 12 |
def crypto_duck(addr: str)-> str:
|
| 13 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 14 |
+
"""A tool to search for information about cryptocurrency addresses from DuckDuckGo
|
| 15 |
Args:
|
| 16 |
addr: A string representing a valid cryptocurrency address.
|
| 17 |
"""
|
|
|
|
| 48 |
|
| 49 |
|
| 50 |
final_answer = FinalAnswerTool()
|
| 51 |
+
crypto_duck = crypto_duck()
|
| 52 |
|
| 53 |
# If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
|
| 54 |
# model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
|