Changeset 0.18.0 (#79)
This commit is contained in:
@@ -247,7 +247,7 @@ func setupHarness(t *testing.T) *testHarness {
|
||||
protected.DELETE("/attachments/:id", attachH.DeleteAttachment)
|
||||
|
||||
// Completions
|
||||
completions := NewCompletionHandler(nil, stores, nil, nil)
|
||||
completions := NewCompletionHandler(nil, stores, nil, nil, nil)
|
||||
protected.POST("/chat/completions", completions.Complete)
|
||||
|
||||
// Messages
|
||||
|
||||
Reference in New Issue
Block a user