Skip to content

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.

License

Lifailon/gpt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published