mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 14:04:27 +01:00
Fix leaderboard URL
This commit is contained in:
@@ -6,7 +6,7 @@ import 'package:http/http.dart' as http;
|
|||||||
class RestApiUtility {
|
class RestApiUtility {
|
||||||
String _agentBaseUrl;
|
String _agentBaseUrl;
|
||||||
final String _benchmarkBaseUrl = "http://127.0.0.1:8080/ap/v1";
|
final String _benchmarkBaseUrl = "http://127.0.0.1:8080/ap/v1";
|
||||||
final String _leaderboardBaseUrl = "https://leaderboard.agpt.co/";
|
final String _leaderboardBaseUrl = "https://leaderboard.agpt.co";
|
||||||
|
|
||||||
RestApiUtility(this._agentBaseUrl);
|
RestApiUtility(this._agentBaseUrl);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user