This commit is contained in:
Eva Ho
2026-03-24 18:31:28 -04:00
parent 330d638247
commit c43a9764ef

View File

@@ -1539,13 +1539,6 @@ func TestConfirmLowContextLength(t *testing.T) {
statusBody: `{"cloud":{},"context_length":4096}`,
statusCode: http.StatusOK,
},
{
name: "warns when mix of cloud and local models with low context",
models: []string{"gpt-4o:cloud", "llama3.2"},
statusBody: `{"cloud":{},"context_length":4096}`,
statusCode: http.StatusOK,
wantWarning: true,
},
{
name: "no warning when models list is empty",
models: []string{},