Skip to content

Commit 31dce55

Browse files
committed
Portal Changes (#6381)
CORE-0000 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating descriptions and FAQ content related to `Nebula` and `EVM networks` across various markdown files, enhancing clarity and accuracy. ### Detailed summary - Updated `FeatureCard` description for `Nebula`. - Revised contract deployment description to specify "any EVM network". - Changed RPC endpoints description to "every EVM chain". - Added new FAQ entries and details about `Nebula`'s model and capabilities. - Reformatted existing FAQs with `<Details>` components for better presentation. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent b535cc8 commit 31dce55

File tree

4 files changed

+40
-17
lines changed

4 files changed

+40
-17
lines changed

apps/portal/src/app/contracts/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Contracts is an end-to-end development suite which provides tools to develop, de
4040

4141
### With Contracts, you can:
4242

43-
- Easily deploy custom or pre-built contracts to over [2,000+ available EVM networks](https://thirdweb.com/chainlist)
43+
- Easily deploy custom or pre-built contracts to [any EVM network](https://thirdweb.com/chainlist)
4444
- Create and publish contracts for your team or community to utilize with an easy-to-deploy interface
4545
- Create reusable contract components or modules to add to modular contracts to upgrade functionality
4646
- Manage contract functionality, upload NFTs, set distribution mechanisms, and more directly from the dashboard

apps/portal/src/app/infrastructure/rpc-edge/overview/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Remote Procedure Call (RPC) Edge provides reliable access to querying data and i
1818

1919
<DocImage src={rpcDiagramImage} alt="RPC Diagram" />
2020

21-
By default, we provide publicly available RPCs for over 900+ EVM Networks. [View the default RPC endpoints](https://thirdweb.com/chainlist) for each supported chain.
21+
By default, we provide publicly available RPCs to every EVM chain. [View the default RPC endpoints](https://thirdweb.com/chainlist) for each supported chain.
2222

2323
<Callout variant="info" title="Accessing your RPC URL">
2424
To use RPC Edge with other tools like Anvil, take a chain's [public RPC endpoint](https://thirdweb.com/chainlist) and attach your app's client ID from Project > Settings page in [dashboard](https://thirdweb.com/team) `https://<chainId>.rpc.thirdweb.com/<clientId>`.
Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,51 @@
1-
# Nebula FAQs
1+
import { Details } from "@doc";
22

3-
### I am still waiting on access to Nebula. How can I be approved?
3+
# Nebula FAQs
44

5+
<Details summary="I am still waiting on access to Nebula. How can I be approved?">
56
We are rolling out Nebula approval in batches daily - stay tuned!
7+
</Details>
8+
9+
<Details summary="What underlying model does Nebula use?">
10+
During Alpha, we are primarily testing the t0 model while conducting limited trials of the upcoming t1 model.
11+
The t0 model utilizes a mixture-of-agents architecture. We are targeting an early Q2 launch for t1, and will
12+
provide additional details around launch.
13+
</Details>
614

7-
### What underlying model does Nebula use?
15+
<Details summary="Does Nebula support ________ chain?">
16+
Nebula supports reading and writing capabilities on any EVM-compatible chain. [View the chainlist](https://thirdweb.com/chainlist) for all supported chains.
17+
</Details>
818

9-
During Alpha, we are primarily testing the t0 model while conducting limited trials of the upcoming t1 model. The t0 model utilizes a mixture-of-agents architecture. We are targeting an early Q2 launch for t1, and will provide additional details around launch.
19+
<Details summary="Does Nebula support multiple languages?">
20+
Yes, you may ask Nebula questions in any spoken language.
21+
</Details>
1022

11-
### Which contracts does Nebula support?
12-
Nebula supports the read and write context of any verified contract or any contract on the thirdweb dashboard. For deploying through Nebula, supported contracts include [Token - ERC20](https://thirdweb.com/thirdweb.eth/TokenERC20), [NFT Collection - ERC721](https://thirdweb.com/thirdweb.eth/TokenERC721), [Edition - ERC1155](https://thirdweb.com/thirdweb.eth/TokenERC1155), and [Split](https://thirdweb.com/thirdweb.eth/Split) contracts.
23+
<Details summary="How can I improve upon Nebula's responses?">
24+
We recommend using [context filters](/nebula/key-concepts/context-filters) to improve relevant responses. You may also modify hyperparameters such as temperature, top-p,
25+
and more using the OpenAI API. Learn more about our [OpenAI API integration](/nebula/plugins/openai).
26+
</Details>
27+
28+
<Details summary="Which contracts does Nebula support?">
29+
Nebula supports the read and write context of any verified contract or any contract on the thirdweb dashboard.
30+
For deploying through Nebula, supported contracts include [Token - ERC20](https://thirdweb.com/thirdweb.eth/TokenERC20),
31+
[NFT Collection - ERC721](https://thirdweb.com/thirdweb.eth/TokenERC721), [Edition - ERC1155](https://thirdweb.com/thirdweb.eth/TokenERC1155),
32+
and [Split](https://thirdweb.com/thirdweb.eth/Split) contracts.
1333

1434
If you have a published contract you would like to enable for deployment through Nebula, please [contact us](https://thirdweb.com/contact-us).
35+
</Details>
1536

16-
### Does Nebula have memory from past conversations?
37+
<Details summary="Does Nebula have memory from past conversations?">
1738
Nebula retains memory within the confines of a session. [Learn more about sessions](/nebula/key-concepts/sessions).
39+
</Details>
1840

19-
### What is the context size of Nebula?
20-
The context size or window is 128k tokens.
21-
22-
### Will Nebula be open source?
41+
<Details summary="What is the context size of Nebula?">
42+
The context size or window is 128k tokens or approximately 96,000 words which may vary depending on the specific language and text characteristics.
43+
</Details>
2344

45+
<Details summary="Will Nebula be open source?">
2446
Nebula is not currently open source. We are exploring open sourcing Nebula in the future.
47+
</Details>
2548

26-
### When will pricing be available for Nebula?
27-
28-
Pricing options will be available in beta. Nebula is still being tested in alpha.
49+
<Details summary="When will pricing be available for Nebula?">
50+
Pricing options will be available in beta. Nebula is still being tested in alpha.
51+
</Details>

apps/portal/src/app/nebula/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Nebula is currently available in Alpha. [Join the waitlist.](https://thirdweb.co
2828
>
2929
<FeatureCard
3030
title="Proprietary Blockchain Model"
31-
description="Trained on over 2,500+ EVM networks and 1M+ contracts"
31+
description="Trained on every EVM network and 1M+ contracts"
3232
iconUrl={<File />}
3333
/>
3434

0 commit comments

Comments
 (0)