Skip to content

Commit

Permalink
rollback main docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gene-sf committed Dec 21, 2024
1 parent 0548d24 commit d401c99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/client-direct/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ curl -X GET "http://localhost:3000/fine-tune/8566c47a-ada8-441c-95bc-7bb07656c4c

## Verifiable Attestations

Enable Verifiable Logs,Configuration variables in .env
This function relies on [plugin-tee-verifiable-log](../../plugin-tee-verifiable-log/README.md)

Enable Verifiable Logs, Configuration variables in .env
```shell
TEE_MODE="DOCKER" # LOCAL | DOCKER | PRODUCTION
WALLET_SECRET_SALT= "<your wallet secret salt>" # ONLY define if you want to use TEE Plugin, otherwise it will throw errors
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-tee-verifiable-log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WALLET_SECRET_SALT= "<your-secret-salt>" # ONLY define if you want to

VLOG="true"
```
For detailed configuration of plugin-tee, see the documentation.[docs/docs/advanced/eliza-in-tee.md](docs/docs/advanced/eliza-in-tee.md)
For detailed configuration of plugin-tee, see the documentation.[docs/docs/advanced/eliza-in-tee.md](/docs/docs/advanced/eliza-in-tee.md)

## Test

Expand Down

0 comments on commit d401c99

Please sign in to comment.