not-poma / lazyshell

GPT powered Zsh completion script
MIT License
371 stars 26 forks source link

Add support for custom model #11

Open jaycenhorton opened 1 year ago

jaycenhorton commented 1 year ago

Allows setting a custom model. Defaults to gpt-3.5-turbo.

Usage

Set a model in your environment (e.g., in .zshrc add the line: export GPT_MODEL="gpt-4"), reload your shell (e.g., omz reload), then use as normal.