mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-08 16:38:01 +08:00
Revert "feat: Go knowledge compiler with scheduler-driven dataset compilation" (#17897)
Reverts infiniflow/ragflow#17881
This commit is contained in:
@@ -119,9 +119,6 @@ func TestCometAPIChatPropagatesConfig(t *testing.T) {
|
||||
withSSRFBypass(t)
|
||||
ctx := t.Context()
|
||||
srv := newCometAPIServer(t, "/v1/chat/completions", func(t *testing.T, body map[string]interface{}, w http.ResponseWriter) {
|
||||
if _, ok := body["max_tokens"]; ok {
|
||||
t.Errorf("max_tokens should be omitted, got %v", body["max_tokens"])
|
||||
}
|
||||
if body["temperature"] != 0.3 {
|
||||
t.Errorf("temperature=%v want 0.3", body["temperature"])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user