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

Add websearch controls for assistants #812

Merged
merged 50 commits into from Mar 14, 2024
Merged

Commits on Feb 10, 2024

  1. Copy the full SHA
    6f7b200 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6ba10db View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a200884 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    59066f2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    42b3d29 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    df0db81 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    384b52c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    6778a6e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Copy the full SHA
    ba39acb View commit details
    Browse the repository at this point in the history
  2. reorganized imports

    nsarrazin committed Feb 15, 2024
    Copy the full SHA
    059795d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Rename vars

    nsarrazin committed Feb 19, 2024
    Copy the full SHA
    fff5e21 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. use projection

    nsarrazin committed Feb 26, 2024
    Copy the full SHA
    465b817 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    873133c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    268b8f4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    620b58e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5eb3c03 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    af8b3bf View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2fbb28f View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    920a72e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Copy the full SHA
    fc29655 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    37fb70b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Copy the full SHA
    70d7c16 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    52e010c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Add a websearch indicator

    nsarrazin committed Mar 7, 2024
    Copy the full SHA
    b73a99f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. Add more tags to parser

    nsarrazin committed Mar 12, 2024
    Copy the full SHA
    9be64c6 View commit details
    Browse the repository at this point in the history
  2. Add indicators

    nsarrazin committed Mar 12, 2024
    Copy the full SHA
    58dc4ec View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    eb23dc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. ui

    gary149 committed Mar 13, 2024
    Copy the full SHA
    0398ec6 View commit details
    Browse the repository at this point in the history
  2. fix rag detection

    nsarrazin committed Mar 13, 2024
    Copy the full SHA
    c6ffb01 View commit details
    Browse the repository at this point in the history
  3. bit more spacing

    nsarrazin committed Mar 13, 2024
    Copy the full SHA
    877d3cb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5164deb View commit details
    Browse the repository at this point in the history
  5. wording (mainly)

    gary149 committed Mar 13, 2024
    Copy the full SHA
    f34bed4 View commit details
    Browse the repository at this point in the history
  6. reduce number of tags

    nsarrazin committed Mar 13, 2024
    Copy the full SHA
    dfe3481 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Bump max URLs from 3 to 10

    nsarrazin committed Mar 14, 2024
    Copy the full SHA
    6a7c3b0 View commit details
    Browse the repository at this point in the history
  2. add ul and ol to parseWeb

    gary149 committed Mar 14, 2024
    Copy the full SHA
    6f822dc View commit details
    Browse the repository at this point in the history
  3. change splitting string

    nsarrazin committed Mar 14, 2024
    Copy the full SHA
    b8ba360 View commit details
    Browse the repository at this point in the history
  4. link style

    gary149 committed Mar 14, 2024
    Copy the full SHA
    e6cd56d View commit details
    Browse the repository at this point in the history
  5. wording

    gary149 committed Mar 14, 2024
    Copy the full SHA
    aab0c39 View commit details
    Browse the repository at this point in the history
  6. add feedback link

    gary149 committed Mar 14, 2024
    Copy the full SHA
    039e3c4 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    822c3f3 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2c44a6f View commit details
    Browse the repository at this point in the history
  9. Update src/routes/assistants/+page.svelte

    Co-authored-by: Mishig <[email protected]>
    nsarrazin and mishig25 committed Mar 14, 2024
    Copy the full SHA
    2314b24 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    940edd0 View commit details
    Browse the repository at this point in the history
  11. Update src/lib/components/chat/ChatWindow.svelte

    Co-authored-by: Mishig <[email protected]>
    nsarrazin and mishig25 committed Mar 14, 2024
    Copy the full SHA
    a693c07 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    a68ae9f View commit details
    Browse the repository at this point in the history
  13. Update src/lib/components/AssistantSettings.svelte

    Co-authored-by: Mishig <[email protected]>
    nsarrazin and mishig25 committed Mar 14, 2024
    Copy the full SHA
    ebaafaa View commit details
    Browse the repository at this point in the history
  14. lint

    nsarrazin committed Mar 14, 2024
    Copy the full SHA
    bf2cb52 View commit details
    Browse the repository at this point in the history
  15. throw error if not a string

    nsarrazin committed Mar 14, 2024
    Copy the full SHA
    1aac902 View commit details
    Browse the repository at this point in the history
  16. simplify rag check

    nsarrazin committed Mar 14, 2024
    Copy the full SHA
    0760cbf View commit details
    Browse the repository at this point in the history