Lifailon / gpt-cli

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:PowerShell 100.0%