Agent Protocol v1 (#5254)

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-09-18 11:09:55 -07:00
committed by GitHub
parent 869682a87d
commit 2cf350b783
4 changed files with 5 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ void main() async {
MultiProvider(
providers: [
Provider(
create: (context) => RestApiUtility("http://127.0.0.1:8000/api/v1"),
create: (context) => RestApiUtility("http://127.0.0.1:8000/ap/v1"),
),
ProxyProvider<RestApiUtility, ChatService>(
update: (context, restApiUtility, chatService) =>