diff options
| author | GitHub Action <[email protected]> | 2025-12-11 21:34:17 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-11 21:34:17 +0000 |
| commit | 55957b2ac7edab619dc447d49bb05777ff0fb044 (patch) | |
| tree | b7694ac4b191877cdb1c25907db5320e64a2b1b9 | |
| parent | 14291bff71ce5f20a6ecd5731bfed2e03a7c2775 (diff) | |
| download | opencode-55957b2ac7edab619dc447d49bb05777ff0fb044.tar.gz opencode-55957b2ac7edab619dc447d49bb05777ff0fb044.zip | |
chore: format code
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index 618de3c78..9948551e4 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -652,13 +652,21 @@ export default function Home() { </li> <li> <Faq question="Do I need extra AI subscriptions to use OpenCode?"> - Not necessarily, OpenCode comes with a set of free models that you - can use without creating an account. Aside from these, you can use any of the popular coding models by creating a <A href="/zen">Zen</A> account. While we encourage users to use Zen, OpenCode also works with all popular providers such as OpenAI, Anthropic, xAI etc. You can even connect your <a href="/docs/providers/#lm-studio" target="_blank">local models</a>. + Not necessarily, OpenCode comes with a set of free models that you can use without creating an + account. Aside from these, you can use any of the popular coding models by creating a{" "} + <A href="/zen">Zen</A> account. While we encourage users to use Zen, OpenCode also works with all + popular providers such as OpenAI, Anthropic, xAI etc. You can even connect your{" "} + <a href="/docs/providers/#lm-studio" target="_blank"> + local models + </a> + . </Faq> </li> <li> <Faq question="Can I use my existing AI subscriptions with OpenCode?"> - Yes, OpenCode supports subscription plans from all major providers. You can use your Claude Pro/Max, ChatGPT Plus/Pro, or GitHub Copilot subscriptions. <a href="/docs/providers/#directory">Learn more</a>. + Yes, OpenCode supports subscription plans from all major providers. You can use your Claude Pro/Max, + ChatGPT Plus/Pro, or GitHub Copilot subscriptions. <a href="/docs/providers/#directory">Learn more</a> + . </Faq> </li> <li> @@ -668,12 +676,15 @@ export default function Home() { </li> <li> <Faq question="How much does OpenCode cost?"> - OpenCode is 100% free to use. It also comes with a set of free models. There might be additional costs if you connect any other provider. + OpenCode is 100% free to use. It also comes with a set of free models. There might be additional costs + if you connect any other provider. </Faq> </li> <li> <Faq question="What about data and privacy?"> - Your data and information is only stored when you use our free models or create sharable links. Learn more about <a href="/docs/zen/#privacy">our models</a> and <a href="/docs/share/#privacy">share pages</a>. + Your data and information is only stored when you use our free models or create sharable links. Learn + more about <a href="/docs/zen/#privacy">our models</a> and{" "} + <a href="/docs/share/#privacy">share pages</a>. </Faq> </li> <li> |
