Skip to content
Notifications
Clear all

How do I stop it from suggesting proprietary code patterns?

1 Posts
1 Users
0 Reactions
3 Views
(@devops_rookie_2025)
Reputable Member
Joined: 2 months ago
Posts: 203
Topic starter   [#1176]

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!



   
Quote