Skip to content

Commit fbb0bae

Browse files
committed
docs: technical README upgrade for professional portfolio
1 parent 0f60e03 commit fbb0bae

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Model Stack
2+
* The LLM is hosted through ollama.
3+
1. `ollama run gemma3:12b-it-qat`
4+
2. `curl http://localhost:11434/api/generate -d '{"model": "llama2", "prompt":"Why is the sky blue?"}'`
5+
16
# Remix Blues Stack
27

38
![The Remix Blues Stack](https://repository-images.githubusercontent.com/461012689/37d5bd8b-fa9c-4ab0-893c-f0a199d5012d)
@@ -45,6 +50,7 @@ Click this button to create a [Gitpod](https://gitpod.io) workspace with the pro
4550
- Initial setup:
4651

4752
```sh
53+
cp .env.example .env
4854
npm run setup
4955
```
5056

@@ -209,4 +215,5 @@ This project uses ESLint for linting. That is configured in `.eslintrc.js`.
209215
### Formatting
210216

211217
We use [Prettier](https://prettier.io/) for auto-formatting in this project. It's recommended to install an editor plugin (like the [VSCode Prettier plugin](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)) to get auto-formatting on save. There's also a `npm run format` script you can run to format all files in the project.
218+
212219
# scholarships-plus

0 commit comments

Comments
 (0)