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

Set default model correctly for Azure #509

Closed
wants to merge 294 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 18, 2023

  1. fix syntax

    mckaywrigley committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    396fe4e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. add api key

    mckaywrigley committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    e644999 View commit details
    Browse the repository at this point in the history
  2. fix loader position

    mckaywrigley committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    891bc38 View commit details
    Browse the repository at this point in the history
  3. put it in reverse terry

    mckaywrigley committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    d0b4a35 View commit details
    Browse the repository at this point in the history
  4. slight input ui tweak

    mckaywrigley committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    481c339 View commit details
    Browse the repository at this point in the history
  5. change to auto scroll

    mckaywrigley committed Mar 19, 2023
    1 Configuration menu
    Copy the full SHA
    a387b3d View commit details
    Browse the repository at this point in the history
  6. readme update

    mckaywrigley committed Mar 19, 2023
    1 Configuration menu
    Copy the full SHA
    edb86e9 View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    dab7627 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c9e552 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #15 from nauxliu/fix-converstaion-context

    Correct the improper context being used when it exceeds the limit.
    mckaywrigley committed Mar 19, 2023
    1 Configuration menu
    Copy the full SHA
    240185c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f346a8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #16 from nauxliu/fix-user-message-render

    User message should not render as Markdown
    mckaywrigley committed Mar 19, 2023
    1 Configuration menu
    Copy the full SHA
    263c5c3 View commit details
    Browse the repository at this point in the history
  12. 1 Configuration menu
    Copy the full SHA
    7e6651d View commit details
    Browse the repository at this point in the history
  13. 🐳 add Dockerfile (#17)

    Co-authored-by: dev <dev@ptfprod7>
    thomasleveil and dev committed Mar 19, 2023
    1 Configuration menu
    Copy the full SHA
    5da68bb View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Feat/search conversation (mckaywrigley#24)

    * feat: Add conditional search input for conversation list
    
    * style and ux adjust
    
    ---------
    
    Co-authored-by: Tekle Ayele <[email protected]>
    mckaywrigley and tekleayele committed Mar 20, 2023
    1 Configuration menu
    Copy the full SHA
    71a7817 View commit details
    Browse the repository at this point in the history
  2. Fix safari small screen text input position style (mckaywrigley#20)

    * Update .gitignore
    
    * Update next.config.js
    
    * Enable GPT-4
    
    * Update index.ts
    
    * Fix logic
    
    * Fix error
    
    * Add set openai key instruction
    
    * Fix menu safari
    
    * Revert changes
    
    * new line
    
    ---------
    
    Co-authored-by: Sonny <[email protected]>
    sonnylazuardi and Sonny committed Mar 20, 2023
    1 Configuration menu
    Copy the full SHA
    3af4a7e View commit details
    Browse the repository at this point in the history
  3. readme update

    mckaywrigley committed Mar 20, 2023
    1 Configuration menu
    Copy the full SHA
    9a48248 View commit details
    Browse the repository at this point in the history
  4. Add GPT-4 support (mckaywrigley#25)

    * mobile ui updates
    
    * fixes sidebar btn
    
    * return if null
    
    * mobile input blur
    
    * handle mobile enter key
    
    * new convo name
    
    * new delete mechanism
    
    * test height
    
    * revert
    
    * change padding
    
    * remove overflow
    
    * check relative
    
    * padding
    
    * done
    
    * retry
    
    * test
    
    * test
    
    * should work now
    
    * test
    
    * test
    
    * more
    
    * max h
    
    * revert
    
    * done
    mckaywrigley committed Mar 20, 2023
    2 Configuration menu
    Copy the full SHA
    7810a3e View commit details
    Browse the repository at this point in the history
  5. readme update

    mckaywrigley committed Mar 20, 2023
    1 Configuration menu
    Copy the full SHA
    ff1d36f View commit details
    Browse the repository at this point in the history
  6. api key fix

    mckaywrigley committed Mar 20, 2023
    1 Configuration menu
    Copy the full SHA
    a075199 View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    dd439bb View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    61384fa View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. 1 Configuration menu
    Copy the full SHA
    4c425eb View commit details
    Browse the repository at this point in the history
  2. Token based and model conditional limits (mckaywrigley#36)

    * use tiktoken for api limit
    
    * model conditional char limits on frontend
    
    * adjust for completion tokens
    
    ---------
    
    Co-authored-by: Alan Pogrebinschi <[email protected]>
    mckaywrigley and alanpog committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    537957d View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    6e19d44 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    0d6ff73 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    b80f399 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    3d0e783 View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    5b6968a View commit details
    Browse the repository at this point in the history
  8. Quocthinhvo/main (mckaywrigley#52)

    * Change scroll bar style in desktop
    
    * new scrollbar
    
    ---------
    
    Co-authored-by: Quốc Thịnh Võ <[email protected]>
    mckaywrigley and quocthinhvo committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    cb0fb44 View commit details
    Browse the repository at this point in the history
  9. Clear conversations (mckaywrigley#53)

    * Add button "Clear Conversations"
    
    * custom btn
    
    ---------
    
    Co-authored-by: Xiangxuan Liu <[email protected]>
    mckaywrigley and nauxliu committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    b7803cf View commit details
    Browse the repository at this point in the history
  10. keep message focus

    mckaywrigley committed Mar 21, 2023
    1 Configuration menu
    Copy the full SHA
    d14268b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. 1 Configuration menu
    Copy the full SHA
    4055e84 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    37c088a View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    972a5af View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    f0c575b View commit details
    Browse the repository at this point in the history
  5. hotfix

    mckaywrigley committed Mar 22, 2023
    1 Configuration menu
    Copy the full SHA
    cec0735 View commit details
    Browse the repository at this point in the history
  6. hotfix

    mckaywrigley committed Mar 22, 2023
    1 Configuration menu
    Copy the full SHA
    5bffa8b View commit details
    Browse the repository at this point in the history
  7. hotfix

    mckaywrigley committed Mar 22, 2023
    1 Configuration menu
    Copy the full SHA
    b0f2a0a View commit details
    Browse the repository at this point in the history
  8. Feat/add stop conversation button (mckaywrigley#76)

    * chore add in stop conversation button
    
    * feat: use abort controller
    
    * chore: formatting
    
    ---------
    
    Co-authored-by: Simon Holmes <[email protected]>
    mckaywrigley and srsholmes committed Mar 22, 2023
    1 Configuration menu
    Copy the full SHA
    ec84eb2 View commit details
    Browse the repository at this point in the history
  9. revert

    mckaywrigley committed Mar 22, 2023
    1 Configuration menu
    Copy the full SHA
    c9030c6 View commit details
    Browse the repository at this point in the history
  10. okay good

    mckaywrigley committed Mar 22, 2023
    1 Configuration menu
    Copy the full SHA
    e890235 View commit details
    Browse the repository at this point in the history
  11. 1 Configuration menu
    Copy the full SHA
    6c1ed37 View commit details
    Browse the repository at this point in the history
  12. 1 Configuration menu
    Copy the full SHA
    cccf753 View commit details
    Browse the repository at this point in the history
  13. fix light mode

    mckaywrigley committed Mar 22, 2023
    1 Configuration menu
    Copy the full SHA
    79c4ea0 View commit details
    Browse the repository at this point in the history
  14. improve error msg (mckaywrigley#81)

    Co-authored-by: apexmfer <[email protected]>
    ethereumdegen and admazzola committed Mar 22, 2023
    1 Configuration menu
    Copy the full SHA
    aac8d22 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. add dist

    mckaywrigley committed Mar 23, 2023
    1 Configuration menu
    Copy the full SHA
    172bb8e View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    52004c9 View commit details
    Browse the repository at this point in the history
  3. fix style issue after clicking on ClearConversation (mckaywrigley#89)

    there is a small difference in the spaces of the button after confirming which leads to an unexpected animation in the sidebar settings
    CH4R4F committed Mar 23, 2023
    1 Configuration menu
    Copy the full SHA
    d30471f View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    a1a8ac4 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    da11d0b View commit details
    Browse the repository at this point in the history
  6. update readme

    mckaywrigley committed Mar 23, 2023
    1 Configuration menu
    Copy the full SHA
    83987d3 View commit details
    Browse the repository at this point in the history
  7. fix scroll behavior

    mckaywrigley committed Mar 23, 2023
    1 Configuration menu
    Copy the full SHA
    68cd41a View commit details
    Browse the repository at this point in the history
  8. tweak scroll tolerance

    mckaywrigley committed Mar 23, 2023
    1 Configuration menu
    Copy the full SHA
    71a770c View commit details
    Browse the repository at this point in the history
  9. handle code copy error

    mckaywrigley committed Mar 23, 2023
    1 Configuration menu
    Copy the full SHA
    1789351 View commit details
    Browse the repository at this point in the history
  10. 1 Configuration menu
    Copy the full SHA
    2b1ef7b View commit details
    Browse the repository at this point in the history
  11. new load behavior

    mckaywrigley committed Mar 23, 2023
    1 Configuration menu
    Copy the full SHA
    83217c6 View commit details
    Browse the repository at this point in the history
  12. fix rogue messages

    mckaywrigley committed Mar 23, 2023
    1 Configuration menu
    Copy the full SHA
    42c48f2 View commit details
    Browse the repository at this point in the history
  13. 1 Configuration menu
    Copy the full SHA
    7ce2d5e View commit details
    Browse the repository at this point in the history
  14. 1 Configuration menu
    Copy the full SHA
    1a4b440 View commit details
    Browse the repository at this point in the history
  15. folders (mckaywrigley#108)

    * folders
    
    * fixes
    
    * storage fix
    mckaywrigley committed Mar 23, 2023
    1 Configuration menu
    Copy the full SHA
    f5118e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. hotfix import

    mckaywrigley committed Mar 24, 2023
    1 Configuration menu
    Copy the full SHA
    1f31cc5 View commit details
    Browse the repository at this point in the history
  2. stray log

    mckaywrigley committed Mar 24, 2023
    1 Configuration menu
    Copy the full SHA
    93b528f View commit details
    Browse the repository at this point in the history
  3. clean history on import

    mckaywrigley committed Mar 24, 2023
    1 Configuration menu
    Copy the full SHA
    9d88722 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    mckaywrigley committed Mar 24, 2023
    1 Configuration menu
    Copy the full SHA
    ad2e1f0 View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    bc3b6d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Update Sidebar Setting elements to be buttons (improve accessibility) (

    …mckaywrigley#130)
    
    * update sidebar elements to be buttons so they are keyboard navigatable
    
    * rollback whitespace change
    bcullman committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    c73f604 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    4876dce View commit details
    Browse the repository at this point in the history
  3. fix import issue

    mckaywrigley committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    c3132ef View commit details
    Browse the repository at this point in the history
  4. feat: codeblock styling like chatgpt (mckaywrigley#132)

    Danil Shishkevich committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    e30336c View commit details
    Browse the repository at this point in the history
  5. edit message

    mckaywrigley committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    a03d8b2 View commit details
    Browse the repository at this point in the history
  6. handle mobile edit

    mckaywrigley committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    338dded View commit details
    Browse the repository at this point in the history
  7. Added character count to alert message (mckaywrigley#135)

    This improvement adds additional information to the alert that is displayed when the user enters more characters than allowed in the rich text element. Now, the alert also shows the number of characters that the user has entered, which helps to provide clearer and more useful feedback to the use
    ernestobarrera committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    69e0516 View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    291e2d9 View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    1e65313 View commit details
    Browse the repository at this point in the history
  10. 1 Configuration menu
    Copy the full SHA
    2c8e854 View commit details
    Browse the repository at this point in the history
  11. fix mobile edit

    mckaywrigley committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    8014519 View commit details
    Browse the repository at this point in the history
  12. 1 Configuration menu
    Copy the full SHA
    a005323 View commit details
    Browse the repository at this point in the history
  13. 1 Configuration menu
    Copy the full SHA
    d7fdcd0 View commit details
    Browse the repository at this point in the history
  14. 1 Configuration menu
    Copy the full SHA
    d273261 View commit details
    Browse the repository at this point in the history
  15. fix send params

    mckaywrigley committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    93a8e81 View commit details
    Browse the repository at this point in the history
  16. 1 Configuration menu
    Copy the full SHA
    698c3bd View commit details
    Browse the repository at this point in the history
  17. fix: change message edit logic (mckaywrigley#144)

    if the edited message isn't different from the original message, then do nothing.
    Danil Shishkevich committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    4fbb5e1 View commit details
    Browse the repository at this point in the history
  18. Update README.md

    mckaywrigley committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    932853f View commit details
    Browse the repository at this point in the history
  19. feat: Add i18n support for Chinese language (mckaywrigley#142)

    * feat: Add i18n support for Chinese language
    
    * fix: locale not working in Docker environment
    Jungley committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    92eab6c View commit details
    Browse the repository at this point in the history
  20. hotfix

    mckaywrigley committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    3f09a4c View commit details
    Browse the repository at this point in the history
  21. Precise error messages (mckaywrigley#150)

    * Introduce a component to display error messages
    
    * precise error message when api key is invalid
    thomasleveil committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    b89ca20 View commit details
    Browse the repository at this point in the history
  22. feat: Russian language (mckaywrigley#148)

    * feat: russian (Русский) language
    
    * chore: correct translate
    
    * chore: correct "System prompt" translate
    Danil Shishkevich committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    cb58a70 View commit details
    Browse the repository at this point in the history
  23. Locale fr (mckaywrigley#153)

    * 🌐 fr translations
    
    * ⚰️ remove unused translation
    thomasleveil committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    f5ebde2 View commit details
    Browse the repository at this point in the history
  24. 1 Configuration menu
    Copy the full SHA
    2ae4c69 View commit details
    Browse the repository at this point in the history
  25. 1 Configuration menu
    Copy the full SHA
    dd44a06 View commit details
    Browse the repository at this point in the history
  26. feat: Allow customization of OpenAI host with environment variable (m…

    …ckaywrigley#152)
    
    This commit modifies the OpenAI host configuration to support customization through an environment variable. This change is particularly useful in scenarios where access to the official OpenAI host is restricted or unavailable, allowing users to configure an alternative host for their specific needs.
    Jungley8 committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    966021e View commit details
    Browse the repository at this point in the history
  27. locale es (mckaywrigley#156)

    Co-authored-by: Mati <[email protected]>
    matias-casal and Mati committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    9a6ad3d View commit details
    Browse the repository at this point in the history
  28. Add locale sv (Swedish) (mckaywrigley#157)

    * add locale sv (Swedish)
    
    * add locale sv (Swedish)
    riande committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    1253565 View commit details
    Browse the repository at this point in the history
  29. recover from corrupted conversationHistory data (mckaywrigley#162)

    If an item from conversationHistory is badly corrupted, skip it instead of crashing the app
    thomasleveil committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    0038bb8 View commit details
    Browse the repository at this point in the history
  30. locate pt (mckaywrigley#159)

    * locate portuguese
    
    * locate portuguese
    p-toni committed Mar 25, 2023
    1 Configuration menu
    Copy the full SHA
    f698d9f View commit details
    Browse the repository at this point in the history
  31. 1 Configuration menu
    Copy the full SHA
    a0a2cb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. locale ko (mckaywrigley#166)

    Co-authored-by: Brian Kim <[email protected]>
    brianjckim and brianjckim committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    d281c16 View commit details
    Browse the repository at this point in the history
  2. add_ja_locales (mckaywrigley#172)

    Co-authored-by: Mckay Wrigley <[email protected]>
    hyena459 and mckaywrigley committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    3915cef View commit details
    Browse the repository at this point in the history
  3. fix: update es translations (mckaywrigley#167)

    Co-authored-by: aesadde <[email protected]>
    aesadde and aesadde committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    e182762 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    fffb729 View commit details
    Browse the repository at this point in the history
  5. feat: Message copy button (mckaywrigley#171)

    * Add copy button
    
    * Fix copy button not copying the entire message
    
    * fix style
    
    * remove prewrap
    
    ---------
    
    Co-authored-by: Mckay Wrigley <[email protected]>
    thejackwu and mckaywrigley committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    14fe29c View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    499007d View commit details
    Browse the repository at this point in the history
  7. hotfix

    mckaywrigley committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    71d7e44 View commit details
    Browse the repository at this point in the history
  8. Locale vi (mckaywrigley#177)

    * Locale vi
    
    * Fix translates layout
    huuphongnguyen committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    9706f67 View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    b843f6e View commit details
    Browse the repository at this point in the history
  10. 1 Configuration menu
    Copy the full SHA
    d6973b9 View commit details
    Browse the repository at this point in the history
  11. 1 Configuration menu
    Copy the full SHA
    10354fb View commit details
    Browse the repository at this point in the history
  12. 1 Configuration menu
    Copy the full SHA
    675da94 View commit details
    Browse the repository at this point in the history
  13. chore: delete code light theme, like chatgpt (mckaywrigley#186)

    Danil Shishkevich committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    0f07812 View commit details
    Browse the repository at this point in the history
  14. chore: change sidebar font size & style (mckaywrigley#191)

    * chore: change sidebar font size & style
    
    * chore: create font size style for sidebar
    Danil Shishkevich committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    4d0d1e8 View commit details
    Browse the repository at this point in the history
  15. add_Hebrew_locales (mckaywrigley#190)

    * add_Hebrew_locales
    
    Add Locales of Hebrew
    
    * Update next-i18next.config.js
    
    updating i-18next with Hebrew
    oznav2 committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    ff13a3e View commit details
    Browse the repository at this point in the history
  16. fix: fix fonts (mckaywrigley#194)

    * fix: hotfix fonts
    
    * chore: set normal line height
    Danil Shishkevich committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    c0b1b2e View commit details
    Browse the repository at this point in the history
  17. feat: bangla lang support (mckaywrigley#195)

    Co-authored-by: nahid18 <[email protected]>
    nahid18 and nahid18 committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    831245c View commit details
    Browse the repository at this point in the history
  18. feat: add Bahasa Indonesia support (mckaywrigley#198)

    Signed-off-by: umarhadi <[email protected]>
    umarhadi committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    b0059fd View commit details
    Browse the repository at this point in the history
  19. 1 Configuration menu
    Copy the full SHA
    0bd7d86 View commit details
    Browse the repository at this point in the history
  20. Allow switching GPT model in the middle of a conversation (mckaywrigl…

    …ey#181)
    
    * Allow switching model in the middle of a conversation
    
    * Hide model selection menu behind a settings button
    
    * rename
    
    * Touch up the settings icon
    jiayao committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    5d9bc10 View commit details
    Browse the repository at this point in the history
  21. chore: restyle modal with model select (mckaywrigley#202)

    chore: set normal font size for sidebar
    chore: set normal gradient for `ChatInput`
    Danil Shishkevich committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    6d5d09d View commit details
    Browse the repository at this point in the history
  22. Fix unreadable dropdown menu text in dark mode (mckaywrigley#204)

    * Fix unreadable dropdown menu text in dark mode
    
    * Fix unreadable dropdown menu text in dark mode
    llegomark committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    0e393b0 View commit details
    Browse the repository at this point in the history
  23. fix: missing translation (mckaywrigley#206)

    for translators: need translate `Save & Submit` and `Cancel`
    Danil Shishkevich committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    bf8830e View commit details
    Browse the repository at this point in the history
  24. Add some additional text for API Key (mckaywrigley#210)

    * feat: API Key Link
    
    * feat: key input placeholder
    DannyAziz committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    df7c363 View commit details
    Browse the repository at this point in the history
  25. convert conversation icons to buttons (accessibility) (mckaywrigley#192)

    * update sidebar overflow
    
    * update all clickable icons to buttons
    
    * refactor buttons so they are not inside other buttons
    
    * format doc
    
    * update input background to transparent
    
    * adjust btns size to match mckaywrigley#202
    
    * update text size per mckaywrigley#202
    bcullman committed Mar 26, 2023
    1 Configuration menu
    Copy the full SHA
    c3f2dce View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Fix rendering performances issues related to scrolling events (mckayw…

    …rigley#174)
    
    * memoize chat related components
    
    * Avoid re-rendering ChatInput on every message udpate
    
    * change the way the horizontal scrollbar is hidden
    
    * make the scroll event listener passive
    
    * perf(Chat): fix performances issues related to autoscroll
    
    Uses the intersection API to determine autoscroll mode instead of listening for scroll events
    
    * tuning detection of autoscroll
    thomasleveil committed Mar 27, 2023
    1 Configuration menu
    Copy the full SHA
    46e1857 View commit details
    Browse the repository at this point in the history
  2. Display optimization on iPhone device page (mckaywrigley#220)

    * Disable Zoom Page
    
    * add height
    
    ---------
    
    Co-authored-by: Praise <[email protected]>
    Praise and praiseqin committed Mar 27, 2023
    1 Configuration menu
    Copy the full SHA
    90399d2 View commit details
    Browse the repository at this point in the history
  3. Option for clear all messages (mckaywrigley#222)

    Co-authored-by: ryanhex53 <[email protected]>
    mckaywrigley and ryanhex53 committed Mar 27, 2023
    1 Configuration menu
    Copy the full SHA
    82401a4 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    d8e3844 View commit details
    Browse the repository at this point in the history
  5. chore: some small improvements (mckaywrigley#223)

    * chore: stylize error message div
    chore: correct styles for sidebar btn
    chore: add spinner and replace header "Please wait" on spinner
    chore: correct Russian translate
    chore: hide clear conversation btn if not conversations
    chore: stylize "Need OpenAI key" div
    
    * chore: corrent Russian translate
    Danil Shishkevich committed Mar 27, 2023
    1 Configuration menu
    Copy the full SHA
    3ca503a View commit details
    Browse the repository at this point in the history
  6. fix regenerate

    mckaywrigley committed Mar 27, 2023
    1 Configuration menu
    Copy the full SHA
    a1743c8 View commit details
    Browse the repository at this point in the history
  7. chore: fix styles in "OpenAI Key" div (mckaywrigley#228)

    chore: do nothing if the name of the renamed dialog contains nothing.
    chore: fix some styles
    chore: remake conversation settings on mobile
    Danil Shishkevich committed Mar 27, 2023
    1 Configuration menu
    Copy the full SHA
    2269403 View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    34c79c0 View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    5aa5be3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. fix import (mckaywrigley#242)

    * 🐛 fix import (mckaywrigley#224)
    
    * 🐛 fix import of corrupted history
    
    see mckaywrigley#224 (comment)
    
    * add the run-test-suite github action
    thomasleveil committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    b0c289f View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    a3eb247 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    00d8074 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    7c74df3 View commit details
    Browse the repository at this point in the history
  5. fix: prompt sidebar not showing on small devices (mckaywrigley#232)

    * fix: overlap between plus and prompt menu icon
    
    * fix: prompt sidebar not showing on small devices
    SyedMuzamilM committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    5d31947 View commit details
    Browse the repository at this point in the history
  6. make all chat area components tabbable (accessibility) (mckaywrigley#246

    )
    
    * make all chat area components tabbable
    
    * align message role description
    
    * remove inline styles on icons
    
    * remove inline styles on icons
    bcullman committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    a78a8c4 View commit details
    Browse the repository at this point in the history
  7. chore: update chinese locales (mckaywrigley#247)

    * chore: update chinese locales
    
    * chore: update locales
    Chanzhaoyu committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    28c8bf0 View commit details
    Browse the repository at this point in the history
  8. fix: resolve Enter event conflict during CJK IME (mckaywrigley#253)

    * fix: resolve Enter event conflict during CJK IME
    
    * add
    
    ---------
    
    Co-authored-by: Mckay Wrigley <[email protected]>
    liby and mckaywrigley committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    a73ef2b View commit details
    Browse the repository at this point in the history
  9. scroll btn (mckaywrigley#256)

    * feat: added scroll down button
    
    when the use scrolls up on the chat a button will appear on the bottom right side of the screen. It will smoothly scroll down to the bottom of the chat when the button was pressed.
    
    * remove env
    
    ---------
    
    Co-authored-by: dasunNimantha <[email protected]>
    mckaywrigley and dasunNimantha committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    1f9d17f View commit details
    Browse the repository at this point in the history
  10. Update README.md

    mckaywrigley committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    11d6172 View commit details
    Browse the repository at this point in the history
  11. chore: migrate to vitest for 10x faster tests (mckaywrigley#257)

    * chore migrate to vitest
    
    * chore: cleanup jest stuff
    
    * chore: install the coverage dep
    srsholmes committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    3749c9b View commit details
    Browse the repository at this point in the history
  12. fix: layout shifting on small devices (mckaywrigley#258)

    * fix: overlap between plus and prompt menu icon
    
    * fix: prompt sidebar not showing on small devices
    
    * fix: layout shifting on small devices when there is a code block
    SyedMuzamilM committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    abdcd45 View commit details
    Browse the repository at this point in the history
  13. 1 Configuration menu
    Copy the full SHA
    cd49445 View commit details
    Browse the repository at this point in the history
  14. fix: website crash when typing / followed with non prompt name (mckay…

    …wrigley#262)
    
    * fix: froward slash crash
    
    * added the rounded corners when editing folder/chat
    SyedMuzamilM committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    a70ae87 View commit details
    Browse the repository at this point in the history
  15. doc: update doc about Docker (mckaywrigley#264)

    Jungley committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    baca00c View commit details
    Browse the repository at this point in the history
  16. New JSON translation file for Spanish (mckaywrigley#270)

    Translation to Spanish of the prompts custom template bar
    ernestobarrera committed Mar 28, 2023
    1 Configuration menu
    Copy the full SHA
    aefeac2 View commit details
    Browse the repository at this point in the history
  17. 1 Configuration menu
    Copy the full SHA
    52d4729 View commit details
    Browse the repository at this point in the history
  18. 1 Configuration menu
    Copy the full SHA
    b2ef40c View commit details
    Browse the repository at this point in the history
  19. 1 Configuration menu
    Copy the full SHA
    3f82710 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. ✨ feat: add DEFAULT_MODEL environment variable (mckaywrigley#280)

    * ✨ feat: add DEFAULT_MODEL environment variable
    
    * set the model maxLength setting in the models definition
    
    * set the model tokenLimit setting in the models definition
    thomasleveil committed Mar 29, 2023
    1 Configuration menu
    Copy the full SHA
    00c6c72 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    6ef83b0 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    mckaywrigley committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    85c4f88 View commit details
    Browse the repository at this point in the history
  4. change messaging

    mckaywrigley committed Mar 29, 2023
    1 Configuration menu
    Copy the full SHA
    e020de4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. 1 Configuration menu
    Copy the full SHA
    4d7adf4 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    3631a5a View commit details
    Browse the repository at this point in the history
  3. Allow specifying OpenAI-Organization header: (mckaywrigley#313)

    See https://platform.openai.com/docs/api-reference/introduction
    
    > For users who belong to multiple organizations, you can pass a header
    > to specify which organization is used for an API request. Usage from
    > these API requests will count against the specified organization's
    > subscription quota.
    burke committed Mar 30, 2023
    1 Configuration menu
    Copy the full SHA
    ef8c1b2 View commit details
    Browse the repository at this point in the history
  4. fix: small ui issue (mckaywrigley#311)

    * fix: unnecessary lines before the chats or prompts
    
    Removed unncessary lines if there are no folders before prompts and
    chats.
    
    * added the light mode for scroll down button
    SyedMuzamilM committed Mar 30, 2023
    1 Configuration menu
    Copy the full SHA
    5cdd3e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. fix: properly trigger prompt modal close (mckaywrigley#309)

    Co-authored-by: MatriQi <[email protected]>
    MatriQ and MatriQi committed Mar 31, 2023
    1 Configuration menu
    Copy the full SHA
    2114b72 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    3112991 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    40828f1 View commit details
    Browse the repository at this point in the history
  4. fix nasty bug

    mckaywrigley committed Mar 31, 2023
    1 Configuration menu
    Copy the full SHA
    317bc9b View commit details
    Browse the repository at this point in the history
  5. update demo

    mckaywrigley committed Mar 31, 2023
    1 Configuration menu
    Copy the full SHA
    22bcaef View commit details
    Browse the repository at this point in the history
  6. Feature: add link to openai account usage (mckaywrigley#319)

    * Update ModelSelect.tsx to include link to account usage
    
    It would be helpful to be able to click a link to see the account usage and billing, and the model selection is related to the pricing.
    
    * updated styling and added icon for external link
    
    * fixed missing import
    rudolfolah committed Mar 31, 2023
    1 Configuration menu
    Copy the full SHA
    c1b7b0e View commit details
    Browse the repository at this point in the history
  7. Autofocus input when after clicking OpenAI API Key in sidebar. (mckay…

    …wrigley#324)
    
    * Update Key.tsx
    
    Autofocus input after its visible.
    
    * Update Key.tsx
    brijeshb42 committed Mar 31, 2023
    1 Configuration menu
    Copy the full SHA
    863d8d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. 1 Configuration menu
    Copy the full SHA
    aefec17 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    3650d8d View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    9683ce2 View commit details
    Browse the repository at this point in the history
  4. fix spacing

    mckaywrigley committed Apr 1, 2023
    1 Configuration menu
    Copy the full SHA
    cfb610d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. 1 Configuration menu
    Copy the full SHA
    8f3a3ae View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    462ca9b View commit details
    Browse the repository at this point in the history
  3. feat: support import and export with prompts (mckaywrigley#330)

    * feat: support import and export prompts
    
    * test: update importExports.test.ts
    
    * Delete .gitpod.yml
    superman66 committed Apr 2, 2023
    1 Configuration menu
    Copy the full SHA
    d68f778 View commit details
    Browse the repository at this point in the history
  4. change to "data"

    mckaywrigley committed Apr 2, 2023
    1 Configuration menu
    Copy the full SHA
    56d3b2f View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    23ad285 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    b7b6bba View commit details
    Browse the repository at this point in the history
  7. fix: some ui issues (mckaywrigley#346)

    * fix: scroll button not visible in light mode
    
    * fix: sidebar when there is a folder
    
    When a folder is added in the sidebar and there are less items scroll
    bar appears. This simple change fixes that behaviour
    
    * fix: small devices regerate/Stop button below input
    
    Below 768px Stop Genrating and Regerate Button remains hidden behind the
    input. This is the fix for that
    SyedMuzamilM committed Apr 2, 2023
    1 Configuration menu
    Copy the full SHA
    91cbe0b View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    f9ddf07 View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    ae18abe View commit details
    Browse the repository at this point in the history
  10. change output limit

    mckaywrigley committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    1dc4f86 View commit details
    Browse the repository at this point in the history
  11. 1 Configuration menu
    Copy the full SHA
    e8e74bf View commit details
    Browse the repository at this point in the history
  12. Locale it (mckaywrigley#363)

    * Add files via upload
    
    * Update next-i18next.config.js
    
    * Update chat.json
    spctechdev committed Apr 2, 2023
    1 Configuration menu
    Copy the full SHA
    90c0e7d View commit details
    Browse the repository at this point in the history
  13. revert

    mckaywrigley committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    a89308d View commit details
    Browse the repository at this point in the history
  14. 1 Configuration menu
    Copy the full SHA
    bc2435d View commit details
    Browse the repository at this point in the history
  15. 1 Configuration menu
    Copy the full SHA
    2c236e2 View commit details
    Browse the repository at this point in the history
  16. Fix translations import export (mckaywrigley#376)

    * fix "Import data" case
    
    * fix "Export data" translations
    thomasleveil committed Apr 2, 2023
    1 Configuration menu
    Copy the full SHA
    b3b65f8 View commit details
    Browse the repository at this point in the history
  17. 1 Configuration menu
    Copy the full SHA
    b7732a9 View commit details
    Browse the repository at this point in the history
  18. 1 Configuration menu
    Copy the full SHA
    83e25b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. 1 Configuration menu
    Copy the full SHA
    165472f View commit details
    Browse the repository at this point in the history
  2. Fix previous IT locale (mckaywrigley#374)

    * Update chat.json
    
    * Update promptbar.json
    
    * Update sidebar.json
    
    * Update sidebar.json
    
    * Update sidebar.json
    spctechdev committed Apr 3, 2023
    1 Configuration menu
    Copy the full SHA
    6156a27 View commit details
    Browse the repository at this point in the history
  3. Update promptbar.json (mckaywrigley#389)

    fix : added missing translation
    oznav2 committed Apr 3, 2023
    1 Configuration menu
    Copy the full SHA
    e8150e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. push (mckaywrigley#414)

    mckaywrigley committed Apr 4, 2023
    1 Configuration menu
    Copy the full SHA
    e1f286e View commit details
    Browse the repository at this point in the history
  2. Google fixes (mckaywrigley#415)

    * push
    
    * fixes
    mckaywrigley committed Apr 4, 2023
    1 Configuration menu
    Copy the full SHA
    4f92751 View commit details
    Browse the repository at this point in the history
  3. brevity

    mckaywrigley committed Apr 4, 2023
    1 Configuration menu
    Copy the full SHA
    31b8e73 View commit details
    Browse the repository at this point in the history
  4. spelling

    mckaywrigley committed Apr 4, 2023
    1 Configuration menu
    Copy the full SHA
    d324df1 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    fc60f65 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    3c32c03 View commit details
    Browse the repository at this point in the history
  7. Fix 416 copy button on code block (mckaywrigley#427)

    * update README regarding GOOGLE_API_KEY and GOOGLE_CSE_ID
    
    * 🐛 fix copy button not showing up on code block with no recognized language
    
    fixes mckaywrigley#416
    thomasleveil committed Apr 4, 2023
    1 Configuration menu
    Copy the full SHA
    68c9cd4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. MAJOR REFACTOR (mckaywrigley#494)

    * move index to home folder, create state and context files and barrell folder
    
    * Sanity Check Commit:  reducer added to home.tsx manual QA all working
    
    * WIP: promptBar
    
    * fix missing json parse on folders and prompts
    
    * split context and add promptbar context
    
    * add context to nested prompt componets and componetize Folder componet
    
    * remove log
    
    * Create buttons folder and componetize sidebar action button
    
    * tidy up prompt handlers
    
    * componetized sidebar
    
    * added back chatbar componet to left side sidebar
    
    * monster commit: Componetized the common code between chatbar and promptbar into new componet Sidebar and added context to both bars
    
    * add useFetch service
    
    * added prettier import sort to keep imports ordered and easier to indentify
    
    * added react query and useFetch to work with RQ
    
    * added apiService, errorService and reactQuery
    
    * add callback and tidy up error service
    
    * refactor chat and child componets to useContext
    
    * fix extra calls and bad calls to mel endpoint
    
    * minor import cleanup
    
    ---------
    
    Co-authored-by: jc.durbin <[email protected]>
    mckaywrigley and foolishsailor committed Apr 11, 2023
    1 Configuration menu
    Copy the full SHA
    6500db9 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    25958a9 View commit details
    Browse the repository at this point in the history
  3. fix google plugin bug due to URI encoding issue. (mckaywrigley#469)

    * fix: uri encoding
    
    * fix: error handling
    dotneet committed Apr 11, 2023
    1 Configuration menu
    Copy the full SHA
    ac69b7a View commit details
    Browse the repository at this point in the history
  4. Add Romanian translation (mckaywrigley#468)

    * Create Romanian chat.json
    
    I have created Romanian translation of the chat.json.
    
    * Add Romanian translation
    
    I have created Romanian translations.
    
    * Update next-i18next.config.js
    
    Added ro locale
    
    ---------
    
    Co-authored-by: Mckay Wrigley <[email protected]>
    MKTHINGS and mckaywrigley committed Apr 11, 2023
    1 Configuration menu
    Copy the full SHA
    93112a8 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    0a1474a View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    da7463e View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    60288ad View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    25a4dbb View commit details
    Browse the repository at this point in the history
  9. log removal

    mckaywrigley committed Apr 11, 2023
    1 Configuration menu
    Copy the full SHA
    8f8aac0 View commit details
    Browse the repository at this point in the history
  10. 1 Configuration menu
    Copy the full SHA
    6d53ee7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fe50568 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Update README.md (mckaywrigley#521)

    Fix no existing route to index.ts
    Klaudioz committed Apr 13, 2023
    1 Configuration menu
    Copy the full SHA
    78881ce View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5ed5e15 View commit details
    Browse the repository at this point in the history
  3. fix: modal scrolling on small devices (mckaywrigley#527)

    * fix: propmt side not showing on small devices
    
    * added the robot icon while chat is loading
    
    * fix: sidbar position
    
    * fix: modal not scrolling on small devices
    
    * fix: overlap between the modal and icons
    SyedMuzamilM committed Apr 13, 2023
    1 Configuration menu
    Copy the full SHA
    f61e91d View commit details
    Browse the repository at this point in the history
  4. delete message (mckaywrigley#531)

    * feat: delete single message
    
    * improve plugin hotkey support (mckaywrigley#426)
    
    * feat: delete single message
    
    * remove logs
    
    * remove logs
    
    ---------
    
    Co-authored-by: Ryland <[email protected]>
    Co-authored-by: Dornfeld Capital <[email protected]>
    Co-authored-by: L.Ryland <[email protected]>
    4 people committed Apr 13, 2023
    1 Configuration menu
    Copy the full SHA
    d1eb6ee View commit details
    Browse the repository at this point in the history
  5. Feature request: Adding temperature as parameter (mckaywrigley#513)

    * Adding temperature as parameter
    
    * NEXT_PUBLIC_ prefix added
    
    * add spacing
    
    ---------
    
    Co-authored-by: Ivan Fioravanti <>
    Co-authored-by: Mckay Wrigley <[email protected]>
    ivanfioravanti and mckaywrigley committed Apr 13, 2023
    1 Configuration menu
    Copy the full SHA
    ea1d092 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    183a74d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b04915e View commit details
    Browse the repository at this point in the history
  8. Add Polish translation (mckaywrigley#532)

    * Add Polish translation
    
    * Minor fix in Polish translation
    chrisociepa committed Apr 13, 2023
    1 Configuration menu
    Copy the full SHA
    7ec68ca View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. 1 Configuration menu
    Copy the full SHA
    f01d0c5 View commit details
    Browse the repository at this point in the history
  2. Fix: Promptbar initializes in open state for Mobile (mckaywrigley#542)

    * Fix for DEFAULT_SYSTEM_PROMPT
    
    * Set the prompt bar to be hidden if screen < 640
    adiestel committed Apr 14, 2023
    1 Configuration menu
    Copy the full SHA
    7c259b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. update readme

    mckaywrigley committed Apr 18, 2023
    1 Configuration menu
    Copy the full SHA
    4f672b9 View commit details
    Browse the repository at this point in the history
  2. Fix search box disappearing in Sidebar component (mckaywrigley#592)

    Co-authored-by: Jamal Johnson <[email protected]>
    MalTarDesigns and Jamal Johnson committed Apr 18, 2023
    1 Configuration menu
    Copy the full SHA
    cb922d9 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    862f74a View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    1146f9a View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    9e4c5ca View commit details
    Browse the repository at this point in the history
  6. Turkish language implementation for i18n (mckaywrigley#576)

    * turkish language support implemented
    
    * tr as string in module declaration
    
    * missing key Plugin Keys implementation
    
    * synonyms is used to get rid of confusion and to avoid repetition. The word “synonym” is derived from the Greek word “syn” meaning “together” and “onym” meaning “name” while in Turkish name and noun can be translated as both "ad" and "isim"
    
    * //
    mirkan1 committed Apr 18, 2023
    1 Configuration menu
    Copy the full SHA
    5f0d1cb View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    836c246 View commit details
    Browse the repository at this point in the history
  8. feat: settings dialog and moved theme settings to dialog from sidebar (

    …mckaywrigley#570)
    
    * feat: settings dialog and moved theme settings to dialog from sidebar.
    
    * chore(locale): move some labels to settings from sidebar
    dotneet committed Apr 18, 2023
    1 Configuration menu
    Copy the full SHA
    ba1dacb View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    03afa00 View commit details
    Browse the repository at this point in the history
  10. 1 Configuration menu
    Copy the full SHA
    51fa461 View commit details
    Browse the repository at this point in the history
  11. 1 Configuration menu
    Copy the full SHA
    00f6189 View commit details
    Browse the repository at this point in the history
  12. readme update

    mckaywrigley committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    856ba12 View commit details
    Browse the repository at this point in the history
  13. 1 Configuration menu
    Copy the full SHA
    1a9a7dc View commit details
    Browse the repository at this point in the history
  14. 1 Configuration menu
    Copy the full SHA
    2aaebfe View commit details
    Browse the repository at this point in the history
  15. Add temp display (mckaywrigley#596)

    * Made the Model Name Bar Sticky at the top of the Chat Window
    
    * Added Temp to the top bar display
    
    * barliens
    
    ---------
    
    Co-authored-by: Chris Wall <[email protected]>
    mckaywrigley and horizonchasers committed Apr 18, 2023
    1 Configuration menu
    Copy the full SHA
    fda7840 View commit details
    Browse the repository at this point in the history
  16. 1 Configuration menu
    Copy the full SHA
    236b656 View commit details
    Browse the repository at this point in the history
  17. 1 Configuration menu
    Copy the full SHA
    b964188 View commit details
    Browse the repository at this point in the history
  18. import/export add instead of replace (mckaywrigley#601)

    * change search language
    
    * add to import/export
    
    * fix log
    mckaywrigley committed Apr 18, 2023
    1 Configuration menu
    Copy the full SHA
    5725024 View commit details
    Browse the repository at this point in the history
  19. 1 Configuration menu
    Copy the full SHA
    971cde5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. change empty msg

    mckaywrigley committed Apr 19, 2023
    1 Configuration menu
    Copy the full SHA
    3685378 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    2208e4d View commit details
    Browse the repository at this point in the history
  3. fix: optimize mobile layout (mckaywrigley#606)

    - conserve space in new convo view
    - fix overlapping edit and delete chat message icons
    - fix overlapping copy icon
    shemarlindie committed Apr 19, 2023
    1 Configuration menu
    Copy the full SHA
    dcb2810 View commit details
    Browse the repository at this point in the history
  4. Create Security.md (mckaywrigley#607)

    basic secuirty policy as the repo didn't have one yet, update as needed.
    bigsk1 committed Apr 19, 2023
    1 Configuration menu
    Copy the full SHA
    24068ea View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    c959264 View commit details
    Browse the repository at this point in the history
  6. readme update

    mckaywrigley committed Apr 19, 2023
    1 Configuration menu
    Copy the full SHA
    c7be455 View commit details
    Browse the repository at this point in the history
  7. fix prompt selection

    mckaywrigley committed Apr 19, 2023
    1 Configuration menu
    Copy the full SHA
    ab9f108 View commit details
    Browse the repository at this point in the history
  8. FIX IMPORT

    mckaywrigley committed Apr 19, 2023
    1 Configuration menu
    Copy the full SHA
    718dc64 View commit details
    Browse the repository at this point in the history
  9. force update

    mckaywrigley committed Apr 19, 2023
    2 Configuration menu
    Copy the full SHA
    063ce50 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. 1 Configuration menu
    Copy the full SHA
    f849a2e View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    fa3f6e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb3f850 View commit details
    Browse the repository at this point in the history
  4. Correct readme

    itbm committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    686e8ae View commit details
    Browse the repository at this point in the history