Changeset 0.11.0 (#62)
This commit is contained in:
@@ -134,7 +134,7 @@ func setupHarness(t *testing.T) *testHarness {
|
||||
protected.POST("/channels", channels.CreateChannel)
|
||||
|
||||
// Completions
|
||||
completions := NewCompletionHandler(nil, stores)
|
||||
completions := NewCompletionHandler(nil, stores, nil)
|
||||
protected.POST("/chat/completions", completions.Complete)
|
||||
|
||||
// Admin routes
|
||||
|
||||
Reference in New Issue
Block a user