Change agbenchmark folder

This commit is contained in:
Merwane Hamadi
2023-09-12 12:40:53 -07:00
parent 983130c9ac
commit cd30e18986
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