Skip to content

Commit

Permalink
🐛 Fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed May 10, 2023
1 parent 487f3a8 commit 13c7df0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
46 changes: 23 additions & 23 deletions docs/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ sidebar_position: 3
---
# ❓ Frequently Asked Questions
### Introduction
Below is a list of the most frequently asked questions about AgentGPT. If you have any unanswered questions, please reach out to the moderation or dev team on [Discord](https://discord.gg/jdSBAnmdnY) or [GitHub](https://github.com/reworkd/AgentGPT).
Below is a list of the most frequently asked questions about AgentGPT. If you have any unanswered questions, please reach out to the moderation or dev team on [Discord](https://discord.gg/jdSBAnmdnY) or [GitHub](https://github.com/reworkd/AgentGPT).

### API key issues
<details>
<summary>Where can I get an API key?</summary>
You should first sign up for an OpenAI account. You can do so <a href="https://openai.com/blog/openai-api">here</a>.
You should first sign up for an OpenAI account. You can do so <a href="https://openai.com/blog/openai-api">here</a>.
For new accounts, you will be placed under a free tier with $18 of free credits.
All you need to do now is visit the <a href="https://platform.openai.com/account/api-keys">API keys page</a>, create a new key, and place the key within the AgentGPT settings menu.
<br></br>
<br></br>
<strong>NOTE:</strong> This key should be private and should not be shared publicly. AgentGPT does not save this key in a database, it is simply stored in your browser.
<strong>NOTE:</strong> This key should be private and should not be shared publicly. AgentGPT does not save this key in a database, it is simply stored in your browser.
</details>

<details>
<summary>I have free API credits, why is my API key not working?</summary>
OpenAI API accounts start with $18 of free tier credits.
Look at your <a href="https://platform.openai.com/account/usage">OpenAI API usage page</a> to see if it has been used up or expired.
OpenAI API accounts start with $18 of free tier credits.
Look at your <a href="https://platform.openai.com/account/usage">OpenAI API usage page</a> to see if it has been used up or expired.
Expired credit will show up as red such as the below image

![Example banner](./assets/expired-free-tier.png)
Expand All @@ -30,15 +30,15 @@ Note that a few runs of AgentGPT will only cost a few cents.

<details>
<summary>I have ChatGPT Plus, why is my API key not working?</summary>
ChatGPT Plus is independent of your OpenAI API key.
Although you have ChatGPT Plus, it doesn't mean that you will be able to use the API.
All accounts start with $18 of free credits but this can be used of or expired. Given this, you will need to add your billing information into your API key account.
You can do so by visiting the following link and adding a payment method: <a href="https://platform.openai.com/account/billing/overview">OpenAI API Overview</a>.
ChatGPT Plus is independent of your OpenAI API key.
Although you have ChatGPT Plus, it doesn't mean that you will be able to use the API.
All accounts start with $18 of free credits but this can be used of or expired. Given this, you will need to add your billing information into your API key account.
You can do so by visiting the following link and adding a payment method: <a href="https://platform.openai.com/account/billing/overview">OpenAI API Overview</a>.
</details>

<details>
<summary>How much will AgentGPT cost me?</summary>
Using AgentGPT is free as we handle the API costs. If you provide your own API key however, the cost per agent deployment will depend on the model that you use.
Using AgentGPT is free as we handle the API costs. If you provide your own API key however, the cost per agent deployment will depend on the model that you use.
<ul>
<li>gpt-3.5-turbo will cost only a few cents per run at most</li>
<li>gpt-4 is a lot more expensive. Be sure to limit its loops and watch over costs carefully</li>
Expand All @@ -49,32 +49,32 @@ Using AgentGPT is free as we handle the API costs. If you provide your own API k
### Agent issues
<details>
<summary>AgentGPT said it made a file / database / script, where can I find it?</summary>
Currently AgentGPT is incapable of outputs in that manner, but this is something we are actively working on.
Keep an eye on our <a href="/docs/roadmap">roadmap</a> to get an idea for when this might be available.
Currently AgentGPT is incapable of outputs in that manner, but this is something we are actively working on.
Keep an eye on our <a href="/roadmap">roadmap</a> to get an idea for when this might be available.
</details>

<details>
<summary>Did AgentGPT actually email 100 people?</summary>
No! We don't currently support this functionality, but its something we're looking to implement. View our <a href="/docs/roadmap">roadmap</a> to get an idea for when this might be available.
No! We don't currently support this functionality, but its something we're looking to implement. View our <a href="/roadmap">roadmap</a> to get an idea for when this might be available.
When this does work, we'll be sure to validate that an action like "sending an email" is actually something you want to do 🙂
</details>

<details>
<summary>My agent keeps running out of loops!</summary>
We must limit how much the Agent runs in some capacity due to API and infrastructure costs 😢.
If you provide your own API key you can increase the number of loops your Agent goes through within the advanced settings of the settings menu.
We must limit how much the Agent runs in some capacity due to API and infrastructure costs 😢.
If you provide your own API key you can increase the number of loops your Agent goes through within the advanced settings of the settings menu.
</details>

<details>
<summary>My Agent was doing great but then it got stopped! Can I start from where I left off?</summary>
Currently all Agent runs are isolated from each other so this is not possible.
Currently all Agent runs are isolated from each other so this is not possible.
This is something we want to add in the future, but in the meantime you can create another AgentGPT run using the information it generated for you from the previous run.
Keep an eye on our <a href="/docs/roadmap">roadmap</a> to get an idea for when this might be available.
Keep an eye on our <a href="/roadmap">roadmap</a> to get an idea for when this might be available.
</details>

<details>
<summary>Can AgentGPT use GPT-4?</summary>
AgentGPT currently uses GPT-3.5 due to costs and availability. If you have API access to GPT-4, you can input your own API key in the settings menu and select GPT-4 as the model.
AgentGPT currently uses GPT-3.5 due to costs and availability. If you have API access to GPT-4, you can input your own API key in the settings menu and select GPT-4 as the model.
</details>

<details>
Expand All @@ -84,7 +84,7 @@ ChatGPT Plus is independent of your OpenAI API account having access to GPT-4. U

<details>
<summary>Why does the output keep getting cut off?</summary>
The longer the output is, the more expensive it is on our end to generate it.
The longer the output is, the more expensive it is on our end to generate it.
Because of this, we have a limit on the output length which can cause longer messages to be cut off.
If you provide your own API key, you can increase the output length within the advanced settings of the settings menu by increasing the number of tokens.
</details>
Expand All @@ -102,20 +102,20 @@ Both AgentGPT and AutoGPT are projects involving autonomous AI agents. AutoGPT i

<details>
<summary>What can AgentGPT do?</summary>
AgentGPT can do a lot, but we're also working on giving it a lot more capabilities. Visit our <a href="/docs/usecases">usecases</a> page to learn about how people currently use AgentGPT.
AgentGPT can do a lot, but we're also working on giving it a lot more capabilities. Visit our <a href="/usecases">usecases</a> page to learn about how people currently use AgentGPT.
</details>

<details>
<summary>Does AgentGPT have access to the internet?</summary>
Not yet but this is coming very soon! Keep an eye on our <a href="/docs/roadmap">roadmap</a>.
Not yet but this is coming very soon! Keep an eye on our <a href="/roadmap">roadmap</a>.
</details>


### Local contribution issues
### Local contribution issues

<details>
<summary>I'm having trouble setting up AgentGPT locally!</summary>
Please visit our <a href="/docs/setup">setup</a> guide to diagnose any issues. If you have a problem that is undocumented, please submit an <a href="https://github.com/reworkd/AgentGPT/issues">issue on GitHub</a>.
Please visit our <a href="/setup">setup</a> guide to diagnose any issues. If you have a problem that is undocumented, please submit an <a href="https://github.com/reworkd/AgentGPT/issues">issue on GitHub</a>.
</details>


Expand Down
6 changes: 3 additions & 3 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Welcome to AgentGPT 👋, an autonomous AI Agent platform that empowers users to
Simply assign a name and goal to your AI agent, and watch as it embarks on an exciting journey to accomplish the assigned objective.

## How does it work?
AgentGPT works by chaining language models (Agents) to perform a given goal.
AgentGPT works by chaining language models (Agents) to perform a given goal.
Recursively, an agent will think of the best tasks to perform a goal, execute on those tasks, evaluate how it performed, and continually think of more tasks.

## Philosophy
Expand All @@ -21,6 +21,6 @@ This is why we are proudly open source. We'd love to hear your feedback at every
- [Google Survey](https://forms.gle/fjCo72hiYWZydJa1A)

## What's next?
The entire AgentGPT team is incredibly excited for the road to follow.
The entire AgentGPT team is incredibly excited for the road to follow.
We have a ton of exciting features planned for the future, and we hope you'll join us on this journey.
Have a glimpse of what's to come in the [roadmap](/docs/roadmap) on the next page.
Have a glimpse of what's to come in the [roadmap](/roadmap) on the next page.

0 comments on commit 13c7df0

Please sign in to comment.