mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 14:19:27 +00:00
fix(tests): reduce some test noise
This commit is contained in:
parent
0c368492b7
commit
791cc71cce
5 changed files with 23 additions and 31 deletions
|
|
@ -550,7 +550,7 @@ class OpenAIVectorStoreMixin(ABC):
|
|||
logger.info(f"Using default embedding model: {model_id} with dimension {embedding_dimension}")
|
||||
return model_id, embedding_dimension
|
||||
|
||||
logger.info("DEBUG: No default embedding models found")
|
||||
logger.debug("No default embedding models found")
|
||||
return None
|
||||
|
||||
async def openai_list_vector_stores(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue