Method
__init__
(self, fewshot=fewshots.HOTPOTQA_PWS_EXTRA, planner_model="text-davinci-003",
solver_model="text-davinci-003", available_tools=["Google", "Calculator", "LLM"])
Source from the content-addressed store, hash-verified
| 135 | |
| 136 | class PWS_Extra(PWS): |
| 137 | def __init__(self, fewshot=fewshots.HOTPOTQA_PWS_EXTRA, planner_model="text-davinci-003", |
| 138 | solver_model="text-davinci-003", available_tools=["Google", "Calculator", "LLM"]): |
| 139 | super().__init__(available_tools=available_tools, |
| 140 | fewshot=fewshot, |
| 141 | planner_model=planner_model, |
| 142 | solver_model=solver_model) |
Callers
nothing calls this directly
Tested by
no test coverage detected