Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/cody/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Cody supports a wide range of programming languages, including JavaScript, TypeS

Cody's response quality on a programming language depends on many factors, including the underlying LLM being used. We monitor accuracy metrics across all languages and regularly make improvements. [Let us know](https://community.sourcegraph.com/) if you're seeing poor quality on a particular programming language.

### Can Cody answer non-programming questions?

Cody Chat is optimized for coding related use cases and can be used primarily for answering questions about your codebase, general programming concepts, test cases, debugging, and more. While Cody may answer non-coding questions when prompted, you should not rely on its responses for accuracy, upto date information or for advice of any kind, including medical, legal, investment, financial or other professional advice.

### What happened to the Cody App?

We’ve deprecated the Cody App to streamline the experience for our Cody Free and Cody Pro users. Now, anyone with a Sourcegraph.com account can generate local embeddings for their personal projects within the VS Code extension without downloading and connecting the Cody App. Local embeddings are only supported for VS Code, but we’re working on adding the same functionality to JetBrains IDEs.
Expand Down
Loading