You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
6
# Remix Blues Stack
2
7
3
8

@@ -45,6 +50,7 @@ Click this button to create a [Gitpod](https://gitpod.io) workspace with the pro
45
50
- Initial setup:
46
51
47
52
```sh
53
+
cp .env.example .env
48
54
npm run setup
49
55
```
50
56
@@ -209,4 +215,5 @@ This project uses ESLint for linting. That is configured in `.eslintrc.js`.
209
215
### Formatting
210
216
211
217
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.
0 commit comments