Skip to content

Commit 3d94f55

Browse files
committed
add setting
1 parent f576ac5 commit 3d94f55

File tree

6 files changed

+31
-1
lines changed

6 files changed

+31
-1
lines changed

Diff for: docs/user/2_onboarding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Here, you will have two options for signing up:
1818

1919
### Step 3: Authentication
2020
- **If you choose Google or Github**:
21-
- You will be redirected to Google's or Github authentication page for authentication.
21+
- You will be redirected to Google's or Github authentication page for Verification.
2222
- If you are a new user, you will be redirected to the username page.
2323
You need to create and add a username. After adding the username, you can proceed further.
2424

Diff for: docs/user/settings/ApplicationSettings.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Application Settings
2+
3+
In the **Application Settings**, you can configure various options to tailor the experience according to your needs. Below are the available settings:
4+
5+
### 1. Default Settings
6+
- In the **Default Settings**, you can set up the application's **LLM** and select a **Model**.
7+
8+
![Default Settings](../../../static/img/default_setting.png)
9+
10+
### 2. LLMs
11+
- The **LLMs** setting allows you to select providers. The following providers are available:
12+
- **CodeBolt AI**
13+
- **OpenAI**
14+
- **LM Studio**
15+
- Additionally, you can explore and choose from the **Available Models** within each provider.
16+
17+
![LLMs Settings](../../../static/img/llm-setting.png)
18+
19+
### 3. Agents
20+
- In the Agents section, you can manage agent LLM setting.
21+
- You can assign LLM Roles to your agents to define their roles.
22+
- You can also configure your agent by enabling a button that lets you add your own custom agent URL.
23+
24+
![Agents Settings](../../../static/img/agent-setting.png)
25+
26+
### 4. Code Editor Setting
27+
- In the **Code Edit Agent**, you can select agents that support Ctrl+K or Cmd+K functionalities.
28+
29+
### 5. Global Settings
30+
- In **Global Settings**, you can change the background color of the application.

Diff for: static/img/agent-marketplace.png

179 KB
Loading

Diff for: static/img/agent-setting.png

68.4 KB
Loading

Diff for: static/img/default_setting.png

48.1 KB
Loading

Diff for: static/img/llm-setting.png

58.9 KB
Loading

0 commit comments

Comments
 (0)