Skip to content

Commit

Permalink
fix template name
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed Dec 7, 2023
1 parent 8970ae7 commit ac69d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenta-backend/agenta_backend/services/db_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def add_testset_to_app_variant(
org_db = await get_organization_object(org_id)
user_db = await get_user(user_uid=kwargs["uid"])

if template_name == "single_prompt":
if template_name == "chat_openai":
json_path = (
f"{PARENT_DIRECTORY}/resources/default_testsets/single_prompt_testsets.json"
)
Expand Down

0 comments on commit ac69d5b

Please sign in to comment.