Try example task update

This commit is contained in:
magmueller
2024-12-06 17:12:01 +01:00
parent ad3a05da52
commit d3eefdb770

View File

@@ -30,7 +30,8 @@ def get_llm(provider: str):
raise ValueError(f'Unsupported provider: {provider}')
task = 'go to https://ui.shadcn.com/examples/forms and fill out the form'
task = 'Show the solution of y"(z) + sin(y(z)) = 0 from wolframalpha https://www.wolframalpha.com/'
parser = argparse.ArgumentParser()
parser.add_argument('--query', type=str, help='The query to process', default=task)