Notifications
Clear all
Codeium Reviews
1
Posts
1
Users
0
Reactions
3
Views
Topic starter
14/07/2026 9:39 pm
Hi everyone! 👋 I'm just starting out with Codeium and really like it for autocomplete in my Python/Go projects. But I've noticed something that worries me a bit.
Sometimes it suggests code snippets that look like they might be from specific proprietary libraries or internal frameworks my company doesn't use. For example, it once suggested a function `getDataFromLegacyAPI()` which isn't in our public docs. I don't want to accidentally copy a pattern that could be copyrighted or not follow our open-source stack.
Is there a setting to make its suggestions more generic or based only on public code? Maybe a config file or a way to "train" it on our codebase only? Thanks so much for any help!