Skip to content

Commit

Permalink
Merge branch 'main' of github.com:darrenburns/elia
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed May 13, 2024
2 parents 30e57fb + be1b3a4 commit e67f8d1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions elia_chat/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,23 @@ def get_builtin_openai_models() -> list[EliaChatModel]:
display_name="GPT-3.5 Turbo",
provider="OpenAI",
product="ChatGPT",
description="The fastest ChatGPT model, great for most everyday tasks",
description="Fast & inexpensive model for simple tasks.",
),
EliaChatModel(
id="elia-gpt-4o",
name="openai/gpt-4o",
display_name="GPT-4o",
provider="OpenAI",
product="ChatGPT",
description="Fastest and most affordable flagship model.",
),
EliaChatModel(
id="elia-gpt-4-turbo",
name="gpt-4-turbo",
display_name="GPT-4 Turbo",
provider="OpenAI",
product="ChatGPT",
description="The most powerful ChatGPT model, capable of "
"complex tasks which require advanced reasoning",
description="Previous high-intelligence model.",
),
]

Expand Down

0 comments on commit e67f8d1

Please sign in to comment.