fix tests

This commit is contained in:
Adil Hafeez 2025-09-22 15:00:30 -07:00
parent b69a3d5bad
commit ed0772fdd0
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 1 additions and 1 deletions

View file

@ -256,7 +256,6 @@ def validate_and_render_schema():
llm_provider["model"] = model_id
llm_provider["provider_interface"] = provider
llm_provider_name_set.add(llm_provider.get("name"))
provider = None
if llm_provider.get("provider") and llm_provider.get("provider_interface"):
raise Exception(
"Please provide either provider or provider_interface, not both"

View file

@ -22,6 +22,7 @@ listeners:
name: mistral/mistral-8x7b
provider_interface: mistral
- base_url: http://mistral_local
cluster_name: mistral_mistral_local
endpoint: mistral_local
model: mistral-7b-instruct
name: mistral/mistral-7b-instruct