Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zelechos/ether

SoftwareLife is a project to write down and keep a list of what I want to learn and know related to software engineering.
https://github.com/zelechos/ether

Last synced: 6 days ago
JSON representation

SoftwareLife is a project to write down and keep a list of what I want to learn and know related to software engineering.

Awesome Lists containing this project

README

        

# Ether

---

Ether is a aplication based in LLAMA 3 to get a AI in the pocket

### Some Commands

Command to update all dependencies in the file requirements.txt

```cmd
pip freeze > requirements.txt
```

Command to install all dependencies of requirements.txt

```cmd
pip install -r requirements.txt
```

Command to activate the environment

```cmd
.\ether_env\Scripts\activate
```

Command to deactivate the environment

```cmd
deactivate
```