Add gpt-4o-mini, and set as default chat model #923
Labels
backend
Requires work on the backend
enhancement
New feature or request
good first issue
Simple issue
Feature Request
Description
Model
gpt-4o-mini
has been released, adding to the increasing unpredictability of model naming by OpenAI 🙄Tasks:
backend/src/models/chat.ts
, with context window size = 128000backend/src/langchain.ts
functiongetChatModel()
Additional context
Relates to #912, which was the previous time we added models
Acceptance criteria
GIVEN I am logged in and in Sandbox level
WHEN I open the Model Configuration section in the sidebar
THEN
gpt-4o-mini
is selected as default chat modelGIVEN I am logged in and in Sandbox level
WHEN I open the Model Configuration section in the sidebar
AND open the Select Model dropdown
THEN I see GPT models available to me (at time of writing: gpt-3.5-turbo, gpt-4, gpt-4-turbo, gpt-4o, gpt-4o-mini)
The text was updated successfully, but these errors were encountered: