Skip to content

Commit

Permalink
testing with all pass
Browse files Browse the repository at this point in the history
  • Loading branch information
snova-kwasia committed Oct 24, 2024
1 parent 51161ae commit 3971ed8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/test_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@
'function_calling',
'search_assistant',
'image_search',
'multimodal_knowledge_retriever',
# 'multimodal_knowledge_retriever',
'post_call_analysis',
'prompt_engineering',
# 'web_crawled_data_retriever', # Uncomment if needed
]

# Dictionary to store CLI test commands for each kit
Expand All @@ -67,9 +66,9 @@
'enterprise_knowledge_retriever': 'python tests/ekr_test.py',
'financial_assistant': 'python tests/financial_assistant_test.py',
'function_calling': 'python tests/fc_test.py',
'multimodal_knowledge_retriever': (
'python tests/multimodal_knowledge_retriever_test.py'
),
# 'multimodal_knowledge_retriever': (
# 'python tests/multimodal_knowledge_retriever_test.py'
# ),
'post_call_analysis': 'python tests/pca_test.py',
'prompt_engineering': 'python tests/prompt_engineering_test.py',
'search_assistant': 'python tests/search_assistant_test.py',
Expand Down

0 comments on commit 3971ed8

Please sign in to comment.