How to install Open Interpreter

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024

Комментарии • 18

  • @TLCMEDIA1
    @TLCMEDIA1 4 дня назад +1

    Everyone sleeping on this video, to be fair it’s great, it can get better, like I would like it to have memory and trouble shoot and debug better, but I guess it’s getting there, but definitely promising, I have been running it locally and with GPT4 turbo, which is likely to run out of tokens, maybe. It’s the way I phrase my prompts

  • @anonymouscommentator
    @anonymouscommentator Месяц назад +2

    this sounds like an actually good version of windows copilot haha. this is amazing!

    • @MikeBirdTech
      @MikeBirdTech  Месяц назад +2

      windows copilot? Never heard of it 😋
      Hope you give it a try and let me know what you think! Open source and free

  • @techfren
    @techfren Месяц назад +2

    Nice! 😎

  • @guop59
    @guop59 Месяц назад +2

    it is possible to use it without API Keys?

    • @MikeBirdTech
      @MikeBirdTech  Месяц назад +3

      Yes, lots of local models supported. Try it with Ollama!

    • @veterantruthtube3298
      @veterantruthtube3298 Месяц назад

      @@MikeBirdTech wow ollama? like ollama2uncensord?

    • @MikeBirdTech
      @MikeBirdTech  Месяц назад

      @@veterantruthtube3298 Ollama is the inference server. You choose the model for it to run, and that will be the brain for Open Interpreter

  • @veterantruthtube3298
    @veterantruthtube3298 Месяц назад +1

    i can't download and use ollama2. so i'll give interpreter a shot.

  • @cutthecheck
    @cutthecheck 11 дней назад

    I'm high

  • @mystixa
    @mystixa Месяц назад

    Sure. If you know enough to ask you aren't far from knowing how to do it on a CLI yourself or at the very least taking 10 seconds to copy paste. Except we get to run an extra 1000watts of LLM power to do it. Tech is using amazing tools to devolve our usage of computers.

    • @MikeBirdTech
      @MikeBirdTech  Месяц назад +1

      You'd be surprised at the barriers some people face when using computers. Making tech more accessible is an important mission and I hope you consider the needs of others in the future 🙏

  • @veterantruthtube3298
    @veterantruthtube3298 Месяц назад

    ok sounds exciting. but im a newb why would it ask for my aproval if i don't know code?

    • @MikeBirdTech
      @MikeBirdTech  Месяц назад

      Safety first! The cli is more developer-centric but we will be coming out with a desktop app that is more consumer friendly.
      You can have it auto-run the commands (with -y) but you should keep an eye on it

    • @PeterBudai
      @PeterBudai Месяц назад

      ​@@MikeBirdTech ha ha, safety first🤣 you let ai immediatelly execute what it generate.. are you insane?

    • @MikeBirdTech
      @MikeBirdTech  Месяц назад

      @@PeterBudai Nope, requires user approval before it executes anything

  • @user-zc4ey4bc2d
    @user-zc4ey4bc2d 11 дней назад

    buen dia ,tengo este error al instalar open-interpreter ,como lo puedo resolver(openin) (openin) C:\Users\MARCELO>interpreter
    Traceback (most recent call last):
    File "C:\Users\MARCELO\miniconda3\envs\openin\lib
    unpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
    File "C:\Users\MARCELO\miniconda3\envs\openin\lib
    unpy.py", line 86, in _run_code
    exec(code, run_globals)
    File "C:\Users\MARCELO\openin\Scripts\interpreter.exe\__main__.py", line 7, in
    sys.exit(main())
    File "C:\Users\MARCELO\openin\lib\site-packages\interpreter\terminal_interface\start_terminal_interface.py", line 610, in main
    start_terminal_interface(interpreter)
    File "C:\Users\MARCELO\openin\lib\site-packages\interpreter\terminal_interface\start_terminal_interface.py", line 558, in start_terminal_interface
    validate_llm_settings(
    File "C:\Users\MARCELO\openin\lib\site-packages\interpreter\terminal_interface\validate_llm_settings.py", line 48, in validate_llm_settings
    display_welcome_message_once()
    File "C:\Users\MARCELO\openin\lib\site-packages\interpreter\terminal_interface\validate_llm_settings.py", line 120, in display_welcome_message_once
    interpreter.display_message(
    NameError: name 'interpreter' is not defined

    • @MikeBirdTech
      @MikeBirdTech  11 дней назад

      Please check out Github issues or the Discord for debugging assistance