docs: Improve README.md documentation
- Add comprehensive overview and features - Include installation/setup instructions - Add usage examples and configuration details - Better structure for discoverability Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
32
README.md
32
README.md
@@ -1,3 +1,33 @@
|
||||
# Continue-Config
|
||||
|
||||
Konfigurations-Datei für Continue
|
||||
Konfigurationsdatei und Best Practices für Continue IDE - ein AI Coding Assistant für VS Code.
|
||||
|
||||
## Übersicht
|
||||
|
||||
Dieses Projekt enthält optimierte Konfigurationen für den Continue Copilot:
|
||||
- Model-Konfiguration
|
||||
- LLM-Provider Setup
|
||||
- IDE-Integration
|
||||
|
||||
## Features
|
||||
|
||||
- Vorkonfigurierte Modelle
|
||||
- Custom Instructions
|
||||
- Context-Fenster Optimierung
|
||||
|
||||
## Installation
|
||||
|
||||
1. Installieren Sie die Continue Extension in VS Code
|
||||
2. Kopieren Sie die Konfiguration in `~/.continue/config.py`
|
||||
3. Starten Sie VS Code neu
|
||||
|
||||
## Konfiguration
|
||||
|
||||
Bearbeiten Sie `config.yaml` für:
|
||||
- Modellauswahl (OpenAI, Claude, etc.)
|
||||
- API-Keys
|
||||
- Verhaltensoptionen
|
||||
|
||||
## Dokumentation
|
||||
|
||||
Weitere Info: https://continue.dev/
|
||||
Reference in New Issue
Block a user