Skip to content

LLMscripting 0.1

Latest
Compare
Choose a tag to compare
@cburst cburst released this 11 Sep 03:43
· 29 commits to main since this release
6f8396d

This is a beta version of an easy installer for this package, which also includes Python and dependencies.

For Windows, download LLMscripting-WinInstaller.exe
-Open LLMscripting-WinInstaller
-Open the installer
-Select ‘More Information’
-Select ‘Run’
-Paste OpenAI API Key
LLM Scripting Windows Tutorial - English
LLM Scripting Windows Tutorial - Korean

For Mac, download LLMscripting-MacInstaller.zip
-Unzip installer
-Open LLMscripting-MacInstaller
-You will see a message, select 'Open'
-You will see another message, select 'Allow'
-Type password, type return
-Paste OpenAI API Key
LLM Scripting Mac Tutorial - English
LLM Scripting Mac Tutorial - Korean

Alternate Installation Instructions
Download Python 3.11 & Install
Download Github Repository click 'Code' and click 'Download Zip' & Unzip
Open a terminal (like Powershell or the Mac Terminal)
Navigate to the repository directory
Install Python requirements by typing: pip install -r folders/gpt-cli/requirements.txt
Set OpenAI API key as an environment variable (maybe ask ChatGPT for help with this one)

Usage
Zero-shot
-copy two column TSV file containing ID numbers and prompts to input-files folder (like filename-prompts.tsv)
-open LLM scripting icon on desktop
-windows: python GPT.py filename-
-mac: python3 GPT.py filename-

Chain-of-Thought
-copy two column TSV file containing ID numbers and raw text to input-files folder (like filename-raw.tsv)
-open LLM scripting icon on desktop
-windows: python GPTMulti.py filename-
-mac: python3 GPTMulty.py filename-