Commit
·
66a445d
1
Parent(s):
a6fa133
doc: Make links clickable in docs
Browse files- docs/docs/FAQ.md +0 -1
- docs/docs/index.md +6 -6
docs/docs/FAQ.md
CHANGED
@@ -23,7 +23,6 @@ Check out our [Contribution Guide](CONTRIBUTING.md) for more details on how to g
|
|
23 |
|
24 |
---
|
25 |
|
26 |
-
|
27 |
## What are the future plans for bolt.diy?
|
28 |
|
29 |
Visit our [Roadmap](https://roadmap.sh/r/ottodev-roadmap-2ovzo) for the latest updates.
|
|
|
23 |
|
24 |
---
|
25 |
|
|
|
26 |
## What are the future plans for bolt.diy?
|
27 |
|
28 |
Visit our [Roadmap](https://roadmap.sh/r/ottodev-roadmap-2ovzo) for the latest updates.
|
docs/docs/index.md
CHANGED
@@ -5,7 +5,7 @@ bolt.diy allows you to choose the LLM that you use for each prompt! Currently, y
|
|
5 |
|
6 |
## Join the community!
|
7 |
|
8 |
-
https://thinktank.ottomator.ai
|
9 |
|
10 |
---
|
11 |
|
@@ -38,9 +38,9 @@ For developers interested in building their own AI-powered development tools wit
|
|
38 |
|
39 |
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.
|
40 |
|
41 |
-
1. Install Git from
|
42 |
|
43 |
-
2. Install Node.js from
|
44 |
|
45 |
Pay attention to the installer notes after completion.
|
46 |
|
@@ -70,11 +70,11 @@ defaults write com.apple.finder AppleShowAllFiles YES
|
|
70 |
|
71 |
**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:
|
72 |
|
73 |
-
Get your GROQ API Key here
|
74 |
|
75 |
-
Get your Open AI API Key by following these instructions
|
76 |
|
77 |
-
Get your Anthropic API Key in your account settings
|
78 |
|
79 |
```
|
80 |
GROQ_API_KEY=XXX
|
|
|
5 |
|
6 |
## Join the community!
|
7 |
|
8 |
+
[Join the community!](https://thinktank.ottomator.ai)
|
9 |
|
10 |
---
|
11 |
|
|
|
38 |
|
39 |
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.
|
40 |
|
41 |
+
1. [Install Git from](https://git-scm.com/downloads)
|
42 |
|
43 |
+
2. [Install Node.js from](https://nodejs.org/en/download/)
|
44 |
|
45 |
Pay attention to the installer notes after completion.
|
46 |
|
|
|
70 |
|
71 |
**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:
|
72 |
|
73 |
+
[Get your GROQ API Key here](https://console.groq.com/keys)
|
74 |
|
75 |
+
[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)
|
76 |
|
77 |
+
Get your Anthropic API Key in your [account settings](https://console.anthropic.com/settings/keys)
|
78 |
|
79 |
```
|
80 |
GROQ_API_KEY=XXX
|