Skip to content

Commit d23584e

Browse files
committed
Fixed GitHub alignment issues and notes in AI
1 parent 58024f4 commit d23584e

2 files changed

Lines changed: 18 additions & 7 deletions

File tree

docs/self-hosting/govern/integrations/github.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ Follow these steps to create a GitHub App, set callback URLs, and configure webh
4343
1. Go to **Settings \> Developer Settings \> GitHub Apps** in your GitHub organization.
4444

4545
2. Click **New GitHub App**.
46+
4647
![Create GitHub App](/images/integrations/github/create-github-app.webp#hero)
4748

4849
3. In the **Register new GitHub App** page, provide a **GitHub App name** and **Homepage URL**.
50+
4951
![App name and homepage URL](/images/integrations/github/app-name-homepage-url.webp#hero)
5052

5153
4. In the **Identifying and authorizing users** section, add the following **Callback URLS**.
@@ -56,11 +58,12 @@ Follow these steps to create a GitHub App, set callback URLs, and configure webh
5658
```
5759

5860
These URLs allow Plane to verify and enable workspace connection with the Github App.
61+
5962
![Add Callback URL](/images/integrations/github/add-callback-url.webp#hero)
6063

61-
:::warning
62-
Make sure to opt out of **Expire user authorization tokens** feature.
63-
:::
64+
:::warning
65+
Make sure to opt out of **Expire user authorization tokens** feature.
66+
:::
6467

6568
5. In the **Post installation** section, add the below **Setup URL**.
6669

@@ -69,6 +72,7 @@ Follow these steps to create a GitHub App, set callback URLs, and configure webh
6972
```
7073

7174
Redirects users to this URL after GitHub app installation.
75+
7276
![Add setup URL](/images/integrations/github/add-setup-url.webp#hero)
7377

7478
6. Turn on **Redirect on update**.
@@ -91,9 +95,11 @@ These steps cover hostname, callback URLs, and private key differences for on‑
9195
1. Go to **Settings \> Developer Settings \> GitHub Apps** in your GitHub organization.
9296

9397
2. Click **New GitHub App**.
98+
9499
![Create GitHub App](/images/integrations/github/create-github-app.webp#hero)
95100

96101
3. In the **Register new GitHub App** page, provide a **GitHub App name** and **Homepage URL**.
102+
97103
![App name and homepage URL](/images/integrations/github/app-name-homepage-url.webp#hero)
98104

99105
4. In the **Identifying and authorizing users** section, add the following **Callback URLS**.
@@ -114,9 +120,9 @@ These steps cover hostname, callback URLs, and private key differences for on‑
114120

115121
These URLs allow Plane to verify and enable workspace connection with the Github App.
116122
![Add Callback URL](/images/integrations/github/add-callback-url.webp#hero)
117-
:::warning
118-
Make sure to opt out of **Expire user authorization tokens** feature.
119-
:::
123+
:::warning
124+
Make sure to opt out of **Expire user authorization tokens** feature.
125+
:::
120126

121127
5. In the **Post installation** section, add the below **Setup URL**.
122128

@@ -160,6 +166,7 @@ These steps cover hostname, callback URLs, and private key differences for on‑
160166
### Set up permissions and events
161167

162168
1. Add repository and account permissions by setting the **Access** dropdown next to each permission, as shown in the tables below.
169+
163170
![Setup permissions](/images/integrations/github/setup-permissions.webp#hero)
164171

165172
**Repository permissions**

docs/self-hosting/govern/plane-ai.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Supported models:
4141

4242
You can provide API keys for both OpenAI and Anthropic, making all models available to users. If you provide only one key, users will only have access to that provider's models.
4343

44+
:::tip
45+
If you need to use an LLM that isn't from OpenAI or Anthropic — for example, an open-source model or a regional provider for compliance reasons — you can proxy it through [LiteLLM](https://docs.litellm.ai). LiteLLM exposes any LLM behind an OpenAI-compatible API, which Plane can then connect to using the `CUSTOM_LLM_*` variables with `CUSTOM_LLM_PROVIDER=openai`.
46+
:::
47+
4448
#### Custom models (self-hosted or third-party)
4549

4650
Plane AI supports custom models through two backends:
@@ -51,7 +55,7 @@ Plane AI supports custom models through two backends:
5155
One custom model can be configured alongside your public provider keys.
5256

5357
::: warning
54-
The custom model should have at least 100 billion parameters for all Plane AI features to work reliably. Larger, more capable models yield better results.
58+
The custom model should have at least 1 trillion parameters for all Plane AI features to work reliably. Larger, more capable models yield better results.
5559
:::
5660

5761
### Embedding models

0 commit comments

Comments
 (0)