open-interpreter +GTX1080+wxbot+codellama

https://github.com/KillianLucas/open-interpreter/

Open Interpreter  allows large language models (LLMs) to run code locally (such as Python, JavaScript, Shell, etc.). After installation, run it on the terminal  $ interpreter to chat with Open Interpreter through an interface similar to ChatGPT.

This software provides a natural language interface for common computer functions, such as:

  • Create and edit photos, videos, PDFs, and more
  • Control Chrome Browser for Search
  • Plot, clean, and analyze large data sets
  • ...

⚠️ NOTE: You will be asked to approve the code before it can be run.

1. Installation,

pip install --upgrade open-interpreter

 Modify the storage path for automatic model download. It is optional. If you don’t want to download to the c drive, you can set your own path.

 Start automatic download

 If an installation error occurs, download and install manually.

https://github.com/abetlen/llama-cpp-python/releases

pip install llama_cpp_python-0.2.5-cp311-cp311-win_amd64.whl

Guess you like

Origin blog.csdn.net/jxyk2007/article/details/132901316