Update cool_agent.py
Browse files- cool_agent.py +0 -9
cool_agent.py
CHANGED
|
@@ -53,15 +53,6 @@ AUTHORIZED_IMPORTS = [
|
|
| 53 |
append_answer_lock = threading.Lock()
|
| 54 |
|
| 55 |
|
| 56 |
-
def parse_args():
|
| 57 |
-
parser = argparse.ArgumentParser()
|
| 58 |
-
parser.add_argument(
|
| 59 |
-
"question", type=str, help="for example: 'How many studio albums did Mercedes Sosa release before 2007?'"
|
| 60 |
-
)
|
| 61 |
-
parser.add_argument("--model-id", type=str, default="o1")
|
| 62 |
-
return parser.parse_args()
|
| 63 |
-
|
| 64 |
-
|
| 65 |
custom_role_conversions = {"tool-call": "assistant", "tool-response": "user"}
|
| 66 |
|
| 67 |
user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0"
|
|
|
|
| 53 |
append_answer_lock = threading.Lock()
|
| 54 |
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
custom_role_conversions = {"tool-call": "assistant", "tool-response": "user"}
|
| 57 |
|
| 58 |
user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0"
|