To access the latest features keep your code editor plug-in up to date.
AppMap Navie AI is an AI assistant that enables you to ask architectural level questions about your code base. Navie is also able to help you generate new code that can span across your entire project. The primary user interface for Navie is within your VS Code or JetBrains code editor. Refer to the Navie docs to learn how to open Navie for your code editor.
The Navie user interface consists of 5 key areas.
Model: <Model Name> (<location>)
. When using the default Navie backend, the location will be listed as default
. When using your own OpenAI API key the location will be listed as via OpenAI
. When using Navie Bring Your Own Model
, the location will be the value of the OPENAI_BASE_URL
environment variable, for example via localhost
when using Ollama or LM Studio.