Skip to content
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
18 changes: 18 additions & 0 deletions apps/portal/src/app/nebula/faqs/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,24 @@ Nebula supports reading and writing capabilities on any EVM-compatible chain. [V
Yes, you may ask Nebula questions in any spoken language.
</Details>

<Details summary="How can I make Nebula play a certain character better?">
1. Define the Role Clearly: Specify the character’s role and behavior in your prompt.

Example, “You are an assistant embedded in a blockchain application, designed to provide insights and execute transactions without introducing yourself.”

2. Avoid phrases that suggest personality traits or self-awareness: Use Contextual Instructions and add specific instructions to avoid unnecessary introductions.

Example, “Respond directly to queries without stating your identity or greeting users.”

3. Set Output Expectations: Guide the format of responses.

Example, “Provide concise answers or actions based on the user’s input without additional commentary.”

4. Preload Context: Use Nebula’s context filters to scope responses within a specific domain (e.g., blockchain data or transactions) and avoid generic replies.

5. Session Handling: Utilize Nebula’s session handling feature to maintain relevant context throughout interactions, ensuring responses align with the established character behavior.
</Details>

<Details summary="How can I improve upon Nebula's responses?">
We recommend using [context filters](/nebula/key-concepts/context-filters) to improve relevant responses. You may also modify hyperparameters such as temperature, top-p,
and more using the OpenAI API. Learn more about our [OpenAI API integration](/nebula/plugins/openai).
Expand Down
Loading