mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Serving frontend from the forge agent server (#5252)
This commit is contained in:
@@ -36,7 +36,7 @@ void main() async {
|
||||
MultiProvider(
|
||||
providers: [
|
||||
Provider(
|
||||
create: (context) => RestApiUtility("http://127.0.0.1:8000"),
|
||||
create: (context) => RestApiUtility("http://127.0.0.1:8000/api/v1"),
|
||||
),
|
||||
ProxyProvider<RestApiUtility, ChatService>(
|
||||
update: (context, restApiUtility, chatService) =>
|
||||
|
||||
Reference in New Issue
Block a user