Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.3 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.3 KB

GPT Command-line interface

Alternative solution is to use free AI models (Chat GPT) on the command line via the PowerShell module using the web version via Selenium (without using API) for direct integration into the code.

Modules for working with Phind, LangChain and YandexGPT have been released. YaGPT has a probability of triggering captcha, Phind only works in window mode. Reading the contents of LangChain responses is done from Trace.

Install

  • To install all dependencies (browser Chromium and drivers latest version), use the command for deployment:
Invoke-Expression(New-Object Net.WebClient).DownloadString("https://raw.githubusercontent.com/Lifailon/Deploy-Selenium/rsa/Deploy-Selenium-Drivers.ps1")
  • Download the module directories and place them in the default PowerShell modules directory, such as here: $PSHOME\modules or $($Env:PSModulePath -split ";")[0].

Request example:

Image alt