Modelfile:fmt.Sprintf("FROM %s\nMESSAGE assistant \"What is my purpose?\"\nMESSAGE user \"You run tests.\"\nMESSAGE assistant \"Oh, my god.\"",createBinFile(t)),
Stream:&stream,
})
ifw.Code!=http.StatusOK{
t.Fatalf("expected status code 200, actual %d",w.Code)
Modelfile:"FROM test\nMESSAGE assistant \"You're a test, Harry.\"\nMESSAGE user \"I-I'm a what?\"\nMESSAGE assistant \"A test. And a thumping good one at that, I'd wager.\"",
Stream:&stream,
})
ifw.Code!=http.StatusOK{
t.Fatalf("expected status code 200, actual %d",w.Code)