Skip to content

Instantly share code, notes, and snippets.

@k-nowicki
Created October 14, 2024 15:33
Show Gist options
  • Save k-nowicki/542a7820706ea76fde54a2705ac6fe0b to your computer and use it in GitHub Desktop.
Save k-nowicki/542a7820706ea76fde54a2705ac6fe0b to your computer and use it in GitHub Desktop.
Linux/
#!/bin/sh
conda activate ag
autogenstudio ui --port 8081
@k-nowicki
Copy link
Author

k-nowicki commented Oct 14, 2024

Skryp uruchamiający Autogen dla Linux/Macos

1.Utwórz plik AutoGenRun.sh i wklej zawartość
2. Uruchom terminal w tym samym katalogu i wpisz:

chmod +x AutoGenRun.sh

  1. Uruchom plik AutoGenRun.sh aby wystartować serwer aplikacji Autogen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment