MCPcopy Create free account
hub / github.com/DataArcTech/ToG / generate_without_explored_paths

Function generate_without_explored_paths

ToG/utils.py:178–181  ·  view source on GitHub ↗
(question, args)

Source from the content-addressed store, hash-verified

176
177
178def generate_without_explored_paths(question, args):
179 prompt = cot_prompt + "\n\nQ: " + question + "\nA:"
180 response = run_llm(prompt, args.temperature_reasoning, args.max_length, args.opeani_api_keys, args.LLM_type)
181 return response
182
183
184def if_finish_list(lst):

Callers 2

main_freebase.pyFile · 0.85
main_wiki.pyFile · 0.85

Calls 1

run_llmFunction · 0.70

Tested by

no test coverage detected