Upgrade the declarative pipeline for cleaner interface (#51)
This commit is contained in:
committed by
GitHub
parent
aab982ddc4
commit
9035e25666
@@ -16,7 +16,6 @@ class TestPromptConfig:
|
||||
assert "text" in config["inputs"], "inputs should have config"
|
||||
|
||||
assert "params" in config, "params should be in config"
|
||||
assert "vectorstore_path" in config["params"]
|
||||
assert "llm.deployment_name" in config["params"]
|
||||
assert "llm.openai_api_base" in config["params"]
|
||||
assert "llm.openai_api_key" in config["params"]
|
||||
|
Reference in New Issue
Block a user