darrenburns / elia

A snappy, keyboard-centric terminal user interface for interacting with large language models. Chat with ChatGPT, Claude, Llama 3, Phi 3, Mistral, Gemma and more.
Apache License 2.0
1.86k stars 115 forks source link

How to set model other than `gpt-3.5-turbo`/`gpt-4-turbo` #32

Closed johnd0e closed 6 months ago

johnd0e commented 6 months ago

Specifically, I need bare gpt-4.

darrenburns commented 6 months ago

Add this to your config file:

[[models]]
name = "gpt-4"