-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
new ver update doc
Showing
15 changed files
with
68 additions
and
43 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
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 was deleted.
Oops, something went wrong.
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 @@ | ||
--- | ||
layout: frontend | ||
|
||
--- | ||
|
||
|
||
# UI | ||
|
||
There are several buttoms | ||
![](./images/panel_major.webp) | ||
|
||
## New Graph | ||
|
||
New will clean the canvas. | ||
|
||
## Save Graph | ||
|
||
Save the graph into json to your computer. | ||
|
||
## Load Graph | ||
Read the graph json from your computer. | ||
|
||
## Run Graph | ||
Run graph.json on server, for more info, see [Run](./Run) | ||
|
||
|
||
## Config | ||
* set what llm you want to use | ||
* api key |
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,21 @@ | ||
--- | ||
layout: frontend | ||
|
||
--- | ||
|
||
|
||
# UI | ||
|
||
There are several buttoms | ||
![](./images/panel_server.webp) | ||
|
||
## Upload Files to Server | ||
|
||
Send file to workspace as environment, for such file processing. | ||
|
||
## Get Files from Server | ||
|
||
After process with LLM, download all files in workspace. | ||
|
||
## Clean Server Cache | ||
Remove all files at workspace |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<h2>Frontend</h2> | ||
|
||
<a href="/Frontend/">About</a></br> | ||
<a href="/Frontend/UI">UI</a></br> | ||
<a href="/Frontend/UI1">UI1</a></br> | ||
<a href="/Frontend/UI2">UI2</a></br> | ||
<a href="/Frontend/Graph">Graph</a></br> | ||
<a href="/Frontend/Examples">Examples</a></br> | ||
<a href="/Frontend/Run">Run</a></br> | ||
<a href="/Frontend/Run">Run</a></br> |
Binary file not shown.
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