Skip to content

[PARKED] feature: Image Description With AI#2791

Draft
panaC wants to merge 78 commits intodevelopfrom
feat/image-ai
Draft

[PARKED] feature: Image Description With AI#2791
panaC wants to merge 78 commits intodevelopfrom
feat/image-ai

Conversation

@panaC
Copy link
Copy Markdown
Member

@panaC panaC commented Feb 13, 2025

@panaC
Copy link
Copy Markdown
Member Author

panaC commented Feb 13, 2025

OPENAI_API_KEY=xxxxx npm run start:dev

image image image

@panaC
Copy link
Copy Markdown
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
Copy Markdown
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
Copy link
Copy Markdown
Member

@danielweck danielweck marked this pull request as draft June 26, 2025 12:01
@danielweck
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

@danielweck danielweck changed the title Feat: Image Description With AI [PARKED] feature: Image Description With AI Feb 9, 2026
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