Skip to content
Snippets Groups Projects

- changed LLM to Tinylama (needs less resources)

Merged Quentin Ulmer requested to merge 6-llamaindex-integration into Dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -2,6 +2,6 @@
ollama serve &
sleep 5
# Start the Ollama service in the background
ollama run phi3:mini &
ollama run tinyllama &
# Keep the container running
tail -f /dev/null
Loading