Currently, models are set via a field in settings.json. These have to be the name of the function that calls them, like "get_openai_gpt4". Like other projects in this space, having a dictionary for shortcuts proves useful.
I want to be able to type
python chat.py -m gpt4 to have a chat with gpt4 as the primary model
Currently, models are set via a field in settings.json. These have to be the name of the function that calls them, like "get_openai_gpt4". Like other projects in this space, having a dictionary for shortcuts proves useful.
I want to be able to type
python chat.py -m gpt4
to have a chat with gpt4 as the primary model