Skip to content

Nix os configurtaion for our llm chatbot based on ollama and openwebui

License

Notifications You must be signed in to change notification settings

OptiQS-Lab/llm-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ollama

Openwebui

Binary Cache for CUDA

Notes in German

Deploy

  1. RSA Key erstellen und public key zu den deploy keys eintragen:
    • ssh-keygen -f ~/.ssh/id_github_deploy -t ed25519 -q -N ""
  2. Pub key anzeigen:
    • cat ~/.ssh/id_github_deploy.pub
  3. Schlüssel im Project als Deploy key eintragen.
  4. Repo clonen, in den Ordner wechseln und git konfigurieren:
    • git clone git@github.com:QFL-Lab/llm-chatbot.git --config core.sshCommand="ssh -i ~/.ssh/id_github_deploy" && cd nixos-configuration
    • git config pull.rebase false && git config --global user.name "Nikolas Longen" && git config --global user.email "nikolaslongen@gmail.com"
  5. Rebuild mit configuration.nix aus github repo:
    • sudo nixos-rebuild -I nixos-config=./hosts/$(newHostname)/configuration.nix switch
    • Nach dem ersten aufrufen wird mit base.nix ein alias gesetzt, damit man sich das -I ...sparen kann

About

Nix os configurtaion for our llm chatbot based on ollama and openwebui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages