Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions docs/docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ docker-compose --profile development up
docker-compose --profile production up
```

---

## Running the Application

After building using any of the methods above, run the container with:
Expand Down
1 change: 0 additions & 1 deletion docs/docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Check out our [Contribution Guide](CONTRIBUTING.md) for more details on how to g

---


## What are the future plans for bolt.diy?

Visit our [Roadmap](https://roadmap.sh/r/ottodev-roadmap-2ovzo) for the latest updates.
Expand Down
12 changes: 6 additions & 6 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bolt.diy allows you to choose the LLM that you use for each prompt! Currently, y

## Join the community!

https://thinktank.ottomator.ai
[Join the community!](https://thinktank.ottomator.ai)

---

Expand Down Expand Up @@ -38,9 +38,9 @@ For developers interested in building their own AI-powered development tools wit

Many of you are new users to installing software from Github. If you have any installation troubles reach out and submit an "issue" using the links above, or feel free to enhance this documentation by forking, editing the instructions, and doing a pull request.

1. Install Git from https://git-scm.com/downloads
1. [Install Git from](https://git-scm.com/downloads)

2. Install Node.js from https://nodejs.org/en/download/
2. [Install Node.js from](https://nodejs.org/en/download/)

Pay attention to the installer notes after completion.

Expand Down Expand Up @@ -70,11 +70,11 @@ defaults write com.apple.finder AppleShowAllFiles YES

**NOTE**: you only have to set the ones you want to use and Ollama doesn't need an API key because it runs locally on your computer:

Get your GROQ API Key here: https://console.groq.com/keys
[Get your GROQ API Key here](https://console.groq.com/keys)

Get your Open AI API Key by following these instructions: https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key
[Get your Open AI API Key by following these instructions](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key)

Get your Anthropic API Key in your account settings: https://console.anthropic.com/settings/keys
Get your Anthropic API Key in your [account settings](https://console.anthropic.com/settings/keys)

```
GROQ_API_KEY=XXX
Expand Down
Loading