-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michael Yuan <michael@secondstate.io>
- Loading branch information
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
|
||
# Use my GaiaNet node | ||
|
||
When you [start a GaiaNet node](../node-guide/quick-start), or you find a node on the web, you could use it as a | ||
web-based chatbot UI and an OpenAI compatible web service. Just load the node's public URL in the browser to open its dashboard. | ||
Let's say the URL is as follows. | ||
|
||
``` | ||
https://0x1234...xyz.gaianet.network/ | ||
``` | ||
|
||
> Please refer to the [agent apps](apps/intro) section to see how to use the GaiaNet node API in your favorite agent frameworks or apps. | ||
## Web-based chatbot | ||
|
||
On the GaiaNet node dashboard, you will see a "Chat with this node" button. | ||
|
||
 | ||
|
||
## OpenAI API replacement | ||
|
||
The GaiaNet node is a drop-in replacement for OpenAI API in [agent and LLM apps](apps/intro). | ||
On the GaiaNet node dashboard, you will see a table that shows how to replace OpenAI parameters in those apps. | ||
|
||
 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters