Earlier quoted context omitted.
Looks like a nicely implemented product, unfortunately my experience with Claude is that it's no where near GPT-4 in terms of coding capabilities.
Does "Open"AI really have a near-monopoly on powerful AI tools these days? It seems like all of these various AI projects are just a wrapper / frontend that calls OpenAI APIs.
Cody – The AI that knows your entire codebase
41–50 of 88 posts
Re: Cody – The AI that knows your entire codebase
#42I would love to try this out, but I would like to see a headless version of the desktop app as I do all my programming over SSH.
Re: Cody – The AI that knows your entire codebase
#43Also there are several typos on the linked page, you might want to read it over a few more times
Re: Cody – The AI that knows your entire codebase
#44Re: Cody – The AI that knows your entire codebase
#45Re: Cody – The AI that knows your entire codebase
#46As a Sublime Text user I really wish more of these tools worked outside of VS Code.
Re: Cody – The AI that knows your entire codebase
#47I used it for something and looks like without their desktop app it's meh.
We're working on rolling that all into the editor extension itself, so if you just have the Cody editor extension now, you'll see it getting better context. Can follow along at https://github.com/sourcegraph/cody .
Re: Cody – The AI that knows your entire codebase
#48My first impulse with this new wave of tooling is to poke at the privacy policy, especially given there's only the free trial version available... https://about.sourcegraph.com/terms/cody-notice seems generally reasonable though, so that's appreciated. Wouldn't mind a more transparency/confirmation on who the partner LLM entities are (Anthropic?), and some verbiage on the downstream impacts of their terms. Should be…
According to the FAQ, "Cody has one third-party dependency, which is Anthropic's Claude API. In the config, this can be replaced with OpenAI API." https://docs.sourcegraph.com/cody/faq
Re: Cody – The AI that knows your entire codebase
#49Earlier quoted context omitted.
According to the FAQ, "Cody has one third-party dependency, which is Anthropic's Claude API. In the config, this can be replaced with OpenAI API." https://docs.sourcegraph.com/cody/faq
Oobabooga and fastchat support openai compatible APIs so we can use cody with open source local LLMs?