Files
openchamber/packages/docs/content/docs/ko/providers.mdx
T
Bohdan Triapitsyn 967704a9b9 docs: add OpenChamber feature docs and translations (#1400)
* docs: add OpenChamber feature docs and translations

Add 30 new docs pages covering OpenChamber-specific workflows and setup:
OpenCode server, providers/models/agents, MCP, skills, commands & snippets,
usage, projects, context, notes/todos/plans, scheduled tasks, project actions,
preview, worktrees, multi-run, git & GitHub, magic prompts, git identities,
mobile/PWA, security, notifications, voice, project icons, remote instances,
desktop browser, updates, and three troubleshooting pages.

Rebuild sidebar into eight task-oriented sections and translate every new
page into all six supported locales (uk, zh-cn, es, pt-br, ko, pl).

* docs: surface new sections on homepage and cross-link tunnels

Add an Explore block to the docs homepage (all seven locales) linking to
the new section anchors, and cross-link the Tunnels page to Security and
PWA & Mobile.
2026-05-24 14:15:55 +03:00

50 lines
2.3 KiB
Plaintext

---
title: 공급자, 모델, 에이전트
description: AI 공급자를 연결하고 모델을 선택하며 에이전트를 설정하세요.
---
# 공급자, 모델, 에이전트
OpenChamber가 무언가를 하려면 먼저 최소한 하나의 AI 공급자가 연결되어 있어야 합니다. 이 페이지에서는 공급자 연결, 모델 선택, 에이전트 맞춤 설정을 다룹니다.
## 공급자 연결하기
1. **Settings → Providers**를 엽니다.
2. **Add provider** 메뉴를 열고 아직 연결되지 않은 공급자를 선택합니다.
3. 공급자에 따라 다음 두 가지 방법 중 하나로 로그인합니다.
- **API key** — 키를 붙여넣고 저장합니다.
- **Sign-in (device flow)** — OpenChamber가 링크와 짧은 코드를 표시합니다. 링크를 열고 코드를 입력한 뒤 승인합니다. 나머지 연결은 OpenChamber가 알아서 마무리합니다.
공급자가 연결됨으로 표시되면 해당 모델을 채팅에서 사용할 수 있습니다.
연결을 해제하려면 공급자를 열고 로그인을 제거하도록 선택합니다.
## 모델 선택하기
작업하는 위치에서 모델을 선택합니다.
- 채팅에서는 메시지 바의 모델 선택기로 해당 세션의 공급자와 모델을 설정합니다
- 에이전트별로 기본 모델을 설정합니다(아래 참고)
## 에이전트 설정하기
에이전트는 모델, 성격, 허용된 작업을 묶어 이름을 붙인 설정입니다.
1. **Settings → Agents**를 엽니다.
2. 에이전트를 선택하거나 새로 만듭니다.
3. 다음 항목을 편집합니다.
- **description** — 에이전트의 용도
- **model** — 기본 모델
- **temperature** — 답변의 창의성 정도
- **prompt** — 항상 따르는 상시 지침
- **tool rules** — 사용할 수 있는 도구
## 로그인 정보가 저장되는 위치
공급자 로그인 정보는 OpenChamber가 아니라 OpenCode에 저장되므로 OpenCode CLI와 공유됩니다. 같은 공급자를 여러 곳에 설정하면 가장 구체적인 설정이 우선합니다. 프로젝트별 설정이 개인 설정을 덮어씁니다.
## 관련 항목
- [MCP Servers](/ko/mcp/) — 에이전트에 추가 도구를 제공합니다
- [Usage & Quotas](/ko/usage/) — 사용량을 추적합니다