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

Common middleware llm package and ollama support #312

Closed
wants to merge 74 commits into from
Closed

Commits on May 10, 2024

  1. Bump next from 13.5.6 to 14.1.1 in /playground

    Bumps [next](https://github.com/vercel/next.js) from 13.5.6 to 14.1.1.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v13.5.6...v14.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 10, 2024
    Configuration menu
    Copy the full SHA
    505dd2e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

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

Commits on May 12, 2024

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

Commits on May 13, 2024

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

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    cfc9f1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a376fcb View commit details
    Browse the repository at this point in the history
  3. fix bugs

    dmytropolityka committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d356749 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1757ea8 View commit details
    Browse the repository at this point in the history
  5. fix linting issues

    dmytropolityka committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7df5183 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f837a1 View commit details
    Browse the repository at this point in the history
  7. remove dotenv

    dmytropolityka committed May 19, 2024
    Configuration menu
    Copy the full SHA
    749aeae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf8bd83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9348bf3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f014359 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. bugs

    dmytropolityka committed May 20, 2024
    Configuration menu
    Copy the full SHA
    76df5d9 View commit details
    Browse the repository at this point in the history
  2. more logging

    dmytropolityka committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bc293fa View commit details
    Browse the repository at this point in the history
  3. more logging

    dmytropolityka committed May 20, 2024
    Configuration menu
    Copy the full SHA
    61dfd0a View commit details
    Browse the repository at this point in the history
  4. fix bug

    dmytropolityka committed May 20, 2024
    Configuration menu
    Copy the full SHA
    92b5424 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2db5fa9 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Update __main__.py

    dmytropolityka authored May 27, 2024
    Configuration menu
    Copy the full SHA
    c95634f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    646d51e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Bump mysql2 from 3.9.7 to 3.9.8 in /playground

    Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.7 to 3.9.8.
    - [Release notes](https://github.com/sidorares/node-mysql2/releases)
    - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
    - [Commits](sidorares/node-mysql2@v3.9.7...v3.9.8)
    
    ---
    updated-dependencies:
    - dependency-name: mysql2
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 30, 2024
    Configuration menu
    Copy the full SHA
    1f552cc View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    af34b89 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/playgrou…

    …nd/next-14.1.1' into feature/playground-self-learning-feedback
    dmytropolityka committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    4ae0c27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0be309 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/playgrou…

    …nd/mysql2-3.9.8' into feature/playground-self-learning-feedback
    dmytropolityka committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8fb8fd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    c74b112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f45254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4324ea6 View commit details
    Browse the repository at this point in the history
  4. update user and key

    dmytropolityka committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7f1a317 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Revert "update user and key"

    This reverts commit 7f1a317.
    dmytropolityka committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    2cb90bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d93daf7 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feature/playground-self-learning…

    …-feedback' into feature/playground-self-learning-feedback
    
    # Conflicts:
    #	playground/yarn.lock
    dmytropolityka committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    8fad620 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/decouple-artemis-from-athena' into feature/play…

    …ground-self-learning-feedback
    
    # Conflicts:
    #	playground/yarn.lock
    dmytropolityka committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    ce88507 View commit details
    Browse the repository at this point in the history
  5. update experiments

    dmytropolityka committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    d763ed1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd2474b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. adapt dockerfile

    dmytropolityka committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c997586 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. add debug statement

    dmytropolityka committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6f60c8b View commit details
    Browse the repository at this point in the history
  2. modify dockerfile

    dmytropolityka committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0aeab86 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    892057e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/playground-self-learning…

    …-feedback' into feature/playground-self-learning-feedback
    dmytropolityka committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    17e872a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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

Commits on Jul 6, 2024

  1. upgrade to langchain 0.2 and fix everything

    = Enea_Gore committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    48abc0f View commit details
    Browse the repository at this point in the history
  2. clean up

    = Enea_Gore committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    5f8c27e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    21b1249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2bc65 View commit details
    Browse the repository at this point in the history
  3. fix mypy error

    dmytropolityka committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    6229a4b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. dont judge, just testing

    = Enea_Gore committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    855938b View commit details
    Browse the repository at this point in the history
  2. add environment variables for llama3

    = Enea_Gore committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c831b37 View commit details
    Browse the repository at this point in the history
  3. some cleanup

    = Enea_Gore committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8ace5c6 View commit details
    Browse the repository at this point in the history
  4. fix example env files

    = Enea_Gore committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8185141 View commit details
    Browse the repository at this point in the history
  5. rename llama model file

    = Enea_Gore committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    215ac0b View commit details
    Browse the repository at this point in the history
  6. some minor fixes

    = Enea_Gore committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    45297fb View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. better llama model config, make playground usable again, remove unnec…

    …cesary additions
    = Enea_Gore committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    864d998 View commit details
    Browse the repository at this point in the history
  2. add all omalla models and use ChatOllama

    = Enea_Gore committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    87185e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. upgrade langchain-community and fix up code

    = Enea_Gore committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f95c4cc View commit details
    Browse the repository at this point in the history
  2. update docker file

    = Enea_Gore committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e9ae7e8 View commit details
    Browse the repository at this point in the history
  3. create Dockerfile for shared llm package

    = Enea_Gore committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    57d6155 View commit details
    Browse the repository at this point in the history
  4. update docker compose

    = Enea_Gore committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b134478 View commit details
    Browse the repository at this point in the history
  5. revert any change of the prog llm module

    = Enea_Gore committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d3bbff1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2231452 View commit details
    Browse the repository at this point in the history
  7. fix conflicting id

    = Enea_Gore committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    fb36a8f View commit details
    Browse the repository at this point in the history
  8. for now only build for text llm

    = Enea_Gore committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    40f1daf View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

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

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    790c07c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62b66cd View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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

Commits on Jul 17, 2024

  1. Update Dockerfile

    dmytropolityka authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ba8d0e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. update default port

    dmytropolityka committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fb795cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    059bbe8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Remove all monkey patching from openai

    = Enea_Gore committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    6603c43 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into shared_llm

    = Enea_Gore committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    278f50a View commit details
    Browse the repository at this point in the history
  3. merge playground

    = Enea_Gore committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    e4d5007 View commit details
    Browse the repository at this point in the history