Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
waterstark committed Jan 10, 2025
1 parent 9d93171 commit fda0ad1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion classic/original_autogpt/autogpt/app/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Configuration class to store the state of bools for different scripts access."""

from __future__ import annotations

import logging
Expand Down
1 change: 0 additions & 1 deletion docs/content/classic/configuration/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ You can set configuration variables via the `.env` file. If you don't have a `.e

- `AUTHORISE_COMMAND_KEY`: Key response accepted when authorising commands. Default: y
- `ANTHROPIC_API_KEY`: Set this if you want to use Anthropic models with AutoGPT
- `AIML_API_KEY`: Set this if you want to use AI/ML models with AutoGPT
- `AZURE_CONFIG_FILE`: Location of the Azure Config file relative to the AutoGPT root directory. Default: azure.yaml
- `COMPONENT_CONFIG_FILE`: Path to the component configuration file (json) for an agent. Optional
- `DISABLED_COMMANDS`: Commands to disable. Use comma separated names of commands. See the list of commands from built-in components [here](../../forge/components/components.md). Default: None
Expand Down
13 changes: 0 additions & 13 deletions docs/content/classic/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,19 +175,6 @@ If you don't know which to choose, you can safely go with OpenAI*.
[anthropic/models]: https://docs.anthropic.com/en/docs/models-overview
### AI/ML API
1. Make sure you have credits in your account: [Billing -> View Usage](https://aimlapi.com/app/billing?utm_source=autogpt&utm_medium=github&utm_campaign=integration)
2. Get your AI/ML API key from [Key Management](https://aimlapi.com/app/keys?utm_source=autogpt&utm_medium=github&utm_campaign=integration)
3. Open `.env`
4. Find the line that says `AIML_API_KEY=`
5. Insert your AI/ML API Key directly after = without quotes or spaces:
```ini
AIML_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```
6. If you would like to see more of our [models](https://aimlapi.com/models?utm_source=autogpt&utm_medium=github&utm_campaign=integration) here or have any questions, we would welcome your [feedback](https://discord.gg/j5QggeZJgY)!
***See you later! With love, your AI/ML team***❤️
### Groq
!!! note
Expand Down

0 comments on commit fda0ad1

Please sign in to comment.