Skip to content
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

✨AI to doc editor #250

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

✨AI to doc editor #250

wants to merge 6 commits into from

Commits on Oct 5, 2024

  1. ✨(backend) create ai endpoint

    We created a new endpoint to perform AI operations.
    
    POST /api/v1.0/ai/ with expected data:
    - text: str
    - action: str [prompt, correct, rephrase, summarize,
    translate_en, translate_de, translate_fr]
    Return JSON response with the processed text.
    AntoLC authored and sampaccoud committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    f1df14e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    d303f12 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    fea99a4 View commit details
    Browse the repository at this point in the history
  2. ✨(frontend) add ai blocknote feature

    Add AI button to the editor toolbar.
    We can use AI to generate content with our editor.
    A list of predefined actions are available to use.
    AntoLC authored and sampaccoud committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    539efe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ec1372 View commit details
    Browse the repository at this point in the history
  4. 🔧(helm) add ai setting to environments

    Add the ai setting to the environments.
    AntoLC authored and sampaccoud committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    978d711 View commit details
    Browse the repository at this point in the history