avante.nvim ist ein Neovim-Plugin, das AI-Coding-Unterstützung direkt in deinen Editor bringt. Konfiguriere es so, dass CometAPI als Backend verwendet wird, um auf GPT, Claude und andere Modelle zuzugreifen.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Voraussetzungen
- avante.nvim in Neovim installiert
- Ein CometAPI-Konto mit einem aktiven API-Schlüssel
Einrichtung
Hole dir deinen CometAPI API key
Melde dich im CometAPI-Dashboard an. Klicke auf Add API Key und kopiere deinen Schlüssel sowie die base URL (

https://api.cometapi.com).

Bearbeite deine avante.nvim-Konfiguration
Öffne deine Neovim-Konfigurationsdatei und setze den API-Endpunkt auf 
https://api.cometapi.com/v1. Füge deinen CometAPI-Schlüssel in das openai-Schlüsselfeld ein.