mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-03 05:14:28 +01:00
Change agbenchmark folder
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
data/*
|
||||
logs/*
|
||||
agbenchmark/logs/*
|
||||
agbenchmark/reports/*
|
||||
agbenchmark_config/logs/*
|
||||
agbenchmark_config/reports/*
|
||||
|
||||
*.md
|
||||
*.png
|
||||
|
||||
2
autogpts/autogpt/.gitignore
vendored
2
autogpts/autogpt/.gitignore
vendored
@@ -162,7 +162,7 @@ openai/
|
||||
CURRENT_BULLETIN.md
|
||||
|
||||
# AgBenchmark
|
||||
agbenchmark/reports/
|
||||
agbenchmark_config/reports/
|
||||
|
||||
# Nodejs
|
||||
package-lock.json
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user