From 6fc0929ab7bbbb153fe758bd7c8fb2bebd957677 Mon Sep 17 00:00:00 2001 From: Pandit Dhamdhere <85685981+panditdhamdhere@users.noreply.github.com> Date: Wed, 25 Dec 2024 14:32:15 +0530 Subject: [PATCH] Update api-reference.md update with typo fixes. --- docs/user-guide/api-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/api-reference.md b/docs/user-guide/api-reference.md index 50460fc..d297037 100644 --- a/docs/user-guide/api-reference.md +++ b/docs/user-guide/api-reference.md @@ -6,7 +6,7 @@ sidebar_position: 4 ## Introduction -Each GaiaNet node is an OpenAI compatibale API server. You can build your application based on the GaiaNet node API. You +Each GaiaNet node is an OpenAI compatible API server. You can build your application based on the GaiaNet node API. You can also replace OpenAI API configuration with the GaiaNet node API in other AI agent frameworks. The base URL to send all API requests is `https://node_id.gaianet.network/v1`.