Change agbenchmark folder (#5203)

This commit is contained in:
merwanehamadi
2023-09-12 12:42:05 -07:00
committed by GitHub
7 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,8 @@
data/*
logs/*
agbenchmark/logs/*
agbenchmark/reports/*
agbenchmark_config/logs/*
agbenchmark_config/reports/*
*.md
*.png

View File

@@ -162,7 +162,7 @@ openai/
CURRENT_BULLETIN.md
# AgBenchmark
agbenchmark/reports/
agbenchmark_config/reports/
# Nodejs
package-lock.json

View File

@@ -6,7 +6,7 @@ from typing import Any, Generator
import pytest
from agbenchmark.benchmarks import run_specific_agent
from agbenchmark_config.benchmarks import run_specific_agent
from autogpt.logs import LogCycleHandler
from autogpt.workspace import Workspace
from tests.challenges.schema import Task