jschuur / chatgpt-repl

Interactive CLI for ChatGPT
https://npmjs.com/package/chatgpt-repl
13 stars 0 forks source link

Feature: Auto-complete model names #28

Open jschuur opened 1 year ago

jschuur commented 1 year ago

Tab complete from list of known models

jschuur commented 1 year ago

Time boxing this for now because tab completion with readline was being weird with how it can't seem to show matches of just a second word when there's more than one, and this is perhaps not the most useful feature.