Skip to content

Feat: Image Description With AI #2791

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 87 commits into
base: develop
Choose a base branch
from
Draft

Feat: Image Description With AI #2791

wants to merge 87 commits into from

Conversation

panaC
Copy link
Member

@panaC panaC commented Feb 13, 2025

@panaC
Copy link
Member Author

panaC commented Feb 13, 2025

OPENAI_API_KEY=xxxxx npm run start:dev

image image image

@panaC
Copy link
Member Author

panaC commented Feb 14, 2025

OPENAI_API_KEY=xxxxx MISTRAL_API_KEY npm run start:dev

First question from openai=gpt-40-mini
image

second question "french translation" with mistralAI-pixtral-12b
image

we can mix AI providers as long as message history is preserved

Base automatically changed from feat/image-click to develop February 22, 2025 12:41
@panaC panaC marked this pull request as ready for review June 24, 2025 12:36
@panaC
Copy link
Member Author

panaC commented Jun 24, 2025

You can enable the feature under _AI_FEATURE_ and IS_DEV flag

declare const __AI_FEATURE__: boolean;
export const _AI_FEATURE = __AI_FEATURE__;
export const IS_AI_FEATURE = IS_DEV && _AI_FEATURE;

@danielweck danielweck marked this pull request as draft June 26, 2025 12:01
@danielweck
Copy link
Member

let's not merge this branch to develop yet, the additional translated labels will really confuse contributors, and there are non-localized strings still hard coded (system prompt etc.)

@danielweck
Copy link
Member

...I am also reviewing the build process with terser and define webpack plugins for dead code elimination, which makes sense for a feature flag

@panaC
Copy link
Member Author

panaC commented Jun 26, 2025

let's not merge this branch to develop yet, the additional translated labels will really confuse contributors, and there are non-localized strings still hard coded (system prompt etc.)

I think too, let's merge this PR after the Th3.2 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants