mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 06:24:20 +01:00
Refactor Benchmarking Workflow and Introduce New Data Models (#5264)
* New benchmark data models * Update _benchmarkBaseUrl * Remove ReportRequestBody * Update benchmark service methods for proxy approach * Add eval id to SkillNodeData * Refactor runBenchmark Method for proxy approach
This commit is contained in:
@@ -5,7 +5,7 @@ import 'package:http/http.dart' as http;
|
||||
|
||||
class RestApiUtility {
|
||||
String _agentBaseUrl;
|
||||
final String _benchmarkBaseUrl = "http://127.0.0.1:8080";
|
||||
final String _benchmarkBaseUrl = "http://127.0.0.1:8080/ap/v1";
|
||||
|
||||
RestApiUtility(this._agentBaseUrl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user