remove last of challenge set for alfworld

main
Noah Shinn 10 months ago
parent be94bc418b
commit 7e8b29a5bb

@ -18,8 +18,6 @@ FOLDER = './prompts'
PROMPT_FILE = 'alfworld_3prompts.json'
with open(os.path.join(FOLDER, PROMPT_FILE), 'r') as f:
d = json.load(f)
with open('./challenge_few_shot_examples.txt', 'r') as f:
challenge_examples = f.read()
def llm(prompt: str, model: Model, stop: List[str] = ["\n"]):
try:

Loading…
Cancel
Save