Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammatical Corrections in ora.md and supra.md Documentation #837

Merged
merged 4 commits into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/developers/tooling/oracles/ora.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inference, so developers can innovate freely.

## OAO quickstart

This quickstart is designed to help you to build a smart contract on Linea able
This quickstart is designed to help you build a smart contract on Linea able
to interact with OAO. [See more details in our docs](https://docs.ora.io/doc/oao-onchain-ai-oracle/develop-guide).

### Workflow
Expand Down Expand Up @@ -72,7 +72,7 @@ Instruct (ID: 11).

[Prompt](https://docs.ora.io/doc/oao-onchain-ai-oracle/reference) and
[SimplePrompt](https://docs.ora.io/doc/oao-onchain-ai-oracle/reference) are both
example smart contracts interacted with OAO.
example smart contracts that interact with OAO.

For simpler application scenarios (eg. prompt engineering-based AI like GPTs),
you can directly use Prompt or SimplePrompt.
Expand Down