https://github.com/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.
https://github.com/lifailon/gpt-cli
ai chat-gpt chatgpt chatgpt-client chatgpt-free devops gpt-cli powershell selenium
Last synced: 11 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/lifailon/gpt-cli
- Owner: Lifailon
- License: mit
- Created: 2024-01-15T21:05:27.000Z (about 2 years ago)
- Default Branch: rsa
- Last Pushed: 2024-05-14T12:52:13.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T15:12:24.804Z (about 1 year ago)
- Topics: ai, chat-gpt, chatgpt, chatgpt-client, chatgpt-free, devops, gpt-cli, powershell, selenium
- Language: PowerShell
- Homepage:
- Size: 6.06 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/Lifailon/gpt-cli/blob/rsa/Modules/Get-Phind/Get-Phind.psm1)**, **[LangChain](https://github.com/Lifailon/gpt-cli/blob/rsa/Modules/Get-LangChain/Get-LangChain.psm1)** and **[YandexGPT](https://github.com/Lifailon/gpt-cli/blob/rsa/Modules/Get-YaGPT/Get-YaGPT.psm1)** 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:
```PowerShell
Invoke-Expression(New-Object Net.WebClient).DownloadString("https://raw.githubusercontent.com/Lifailon/Deploy-Selenium/rsa/Deploy-Selenium-Drivers.ps1")
```
- Download the [module directories](https://github.com/Lifailon/gpt-cli/tree/rsa/Modules) and place them in the default PowerShell modules directory, such as here: `$PSHOME\modules` or `$($Env:PSModulePath -split ";")[0]`.
### Request example:
