Advertisement
BisnuRay

All Requirements Command

Feb 18th, 2023
847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | Source Code | 0 0
  1. All Commands Required To Install
  2.  
  3. 1 : sudo apt-get update
  4.  
  5. 2 : sudo apt-get install git
  6.  
  7. 3 : git clone https://github.com/androiddevnotesforks/telegram-gpt3-1
  8.  
  9. 4 : cd telegram-gpt3-1
  10.  
  11. 5 : sudo apt update && sudo apt install yarn
  12.  
  13. 6 : npm install --global yarn
  14.  
  15. 7 : curl -sL https://deb.nodesource.com/setup_15.x | sudo -E bash -
  16. sudo apt install -y nodejs
  17.  
  18. 8 : sudo apt update && sudo apt install --no-install-recommends yarn
  19.  
  20. 9 : yarn
  21.  
  22. 10 : nano
  23.  
  24. 11 : OPENAI_API_KEY =
  25. TELEGRAM_BOT_TOKEN =
  26.  
  27. 12 : screen -S telegram-gpt3-1
  28.  
  29. 13 : sudo apt-get install screen
  30.  
  31. 14 : yarn dev
  32.  
  33. Credit : https://t.me/SmartBisnuBio
  34.  
  35. Thanks You Everyone Join Our Telegram Channel
  36.  
  37. https://t.me/PremiumNetworkCommunity
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement