MCPcopy Create free account
hub / github.com/THUDM/AgentTuning / PWS_Base

Class PWS_Base

eval_heldout/rewoo/algos/PWS.py:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126
127class PWS_Base(PWS):
128 def __init__(self, fewshot=fewshots.HOTPOTQA_PWS_BASE, planner_model="text-davinci-003",
129 solver_model="text-davinci-003", available_tools=["Wikipedia", "LLM"]):
130 super().__init__(available_tools=available_tools,
131 fewshot=fewshot,
132 planner_model=planner_model,
133 solver_model=solver_model)
134
135
136class PWS_Extra(PWS):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected