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

feat: Vision Support + New UI #1203

Merged
merged 60 commits into from
Nov 22, 2023
Merged

feat: Vision Support + New UI #1203

merged 60 commits into from
Nov 22, 2023

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    5f59d72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    658986d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c0d60f View commit details
    Browse the repository at this point in the history
  4. refactor: reorganize data-provider imports, fix dependency cycle, str…

    …ategize new plan to separate react dependent packages
    danny-avila committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    6544d0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5ba6f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5792696 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8679cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3329b1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0482408 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    769b913 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    124a5c9 View commit details
    Browse the repository at this point in the history
  12. fix: updating files state by using Map and defining react query callb…

    …acks in a way that keeps them during component unmount, initial delete handling
    danny-avila committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    087acd4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a12506e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    68ee9c3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9257860 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5d9cb01 View commit details
    Browse the repository at this point in the history
  17. fix: prevent setOptions from being called more than once for OpenAICl…

    …ient, made note to fix for PluginsClient
    danny-avila committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    47e9d6f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    9020d72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7524c26 View commit details
    Browse the repository at this point in the history
  3. refactor(BaseClient): use absolute imports, pass message 'opts' to bu…

    …ildMessages method, count tokens for nested objects/arrays
    danny-avila committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    10ed007 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd6b434 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99b54a0 View commit details
    Browse the repository at this point in the history
  6. feat: formatVisionMessage: change message content format dependent on…

    … role and image_urls passed
    danny-avila committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    1c98d9a View commit details
    Browse the repository at this point in the history
  7. refactor: add usage to File schema, make create and updateFile, corre…

    …ctly set and remove TTL
    danny-avila committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    740e8de View commit details
    Browse the repository at this point in the history
  8. feat: working vision support

    TODO: file size, type, amount validations, making sure they are styled right, and making sure you can add images from the clipboard/dragging
    danny-avila committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    03af055 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e446450 View commit details
    Browse the repository at this point in the history
  10. feat: handle files on drop to screen, refactor top level view code to…

    … Presentation component so the useDragHelpers hook has ChatContext
    danny-avila committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    6973f74 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    475ed60 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    639f8f5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3858145 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b087359 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e3488d9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a803e4a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b4b9b6d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    13a41f9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1ca103c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    749108c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c42b19d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f270065 View commit details
    Browse the repository at this point in the history
  4. refactor: optimize image file handling, allow re-using files in regen…

    …, pass more file metadata in messages
    danny-avila committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6032133 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    114e2b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    bc9b3ae View commit details
    Browse the repository at this point in the history
  2. style(EndpointMenuItem): tighten up the style, fix dark theme showing…

    … in lightmode, make menu more ux friendly
    danny-avila committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    83800d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d6f8a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d623114 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    724cb74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d4d0c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28c10ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e09f3b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1dfde9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8c4ab6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c08ad3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d427b94 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a63ca65 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a763990 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6c05418 View commit details
    Browse the repository at this point in the history
  16. ci: fix api jest unit tests, comment out e2e tests for now as they wi…

    …ll fail until addressed
    danny-avila committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    aa20c2c View commit details
    Browse the repository at this point in the history
  17. feat: more file validation and use blob in preview field, not filepat…

    …h, to fix temp deletion
    danny-avila committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0ce7621 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ca4c8f0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    44d602b View commit details
    Browse the repository at this point in the history