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

BUG: Chat History Defaults to Spanish Despite English Language Selected #294

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

Commits on May 4, 2024

  1. BUG: Chat History Defaults to Spanish Despite English Language Selected

    - added param that interpolates a language for the model to use, or defaults to english
    - added a test that iterates through the languages supported by the project
    josephedward committed May 4, 2024
    Configuration menu
    Copy the full SHA
    bdf7613 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    9c85fc3 View commit details
    Browse the repository at this point in the history
  2. BUG: language parameter

    Black formatted
    josephedward committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2722f6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    453817e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. BUG: propose-title-language

    - added useTranslation hook to useConversationApi.ts
    - updated the interpolation text in propose_conversation_title in chat.py
    - added a URL segment corresponding to the lanugage param in conversaption.py
    josephedward committed May 20, 2024
    Configuration menu
    Copy the full SHA
    66cc309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    250a9bc View commit details
    Browse the repository at this point in the history