open-interpreter icon indicating copy to clipboard operation
open-interpreter copied to clipboard

Fix typos add /v1 to example

Open Notnaton opened this issue 1 year ago • 1 comments

Describe the changes you have made:

There are a few missing, will add them Fixing typos first

Reference any relevant issues (e.g. "Fixes #000"):

Pre-Submission Checklist (optional but appreciated):

  • [x] I have included relevant documentation updates (stored in /docs)
  • [x] I have read docs/CONTRIBUTING.md
  • [ ] I have read docs/ROADMAP.md

OS Tests (optional but appreciated):

  • [ ] Tested on Windows
  • [ ] Tested on MacOS
  • [ ] Tested on Linux

Notnaton avatar Jan 18 '24 11:01 Notnaton

@KillianLucas Please make sure this looks good and it is all parameters. I didn't add some, as it didn't make sense to add them to the config:

        {
            "name": "config",
            "help_text": "open config.yaml file in text editor",
            "type": bool,
        },
        {
            "name": "reset_config",
            "help_text": "reset config.yaml to default",
            "type": bool,
        },
        {
            "name": "conversations",
            "help_text": "list conversations to resume",
            "type": bool,
        },
        {
            "name": "version",
            "help_text": "get Open Interpreter's version number",
            "type": bool,
        }, 

Notnaton avatar Jan 18 '24 12:01 Notnaton