mirror of
https://github.com/ollama/ollama.git
synced 2026-03-27 02:58:43 +07:00
clean up
This commit is contained in:
@@ -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{},
|
||||
|
||||
Reference in New Issue
Block a user