mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Fixing benchmark code
This commit is contained in:
@@ -9,11 +9,10 @@ from typing import Any
|
||||
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
|
||||
|
||||
from agbenchmark.utils.utils import find_absolute_benchmark_path
|
||||
from fastapi import FastAPI, Query
|
||||
from fastapi.middleware.cors import CORSMiddleware
|
||||
|
||||
from agbenchmark.utils.utils import find_absolute_benchmark_path
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
origins = ["http://localhost:3000"]
|
||||
|
||||
Reference in New Issue
Block a user