refactor: rename server to llm_server for clarity

This commit is contained in:
martin legrand
2025-04-16 20:29:46 +02:00
parent 77d6e23c45
commit 023c183e85
9 changed files with 298 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
pip3 install --upgrade packaging
pip3 install --upgrade pip setuptools
curl -fsSL https://ollama.com/install.sh | sh
pip3 install -r requirements.txt