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

Feature/llm gateway #154

Merged
merged 30 commits into from
Feb 24, 2024
Merged

Feature/llm gateway #154

merged 30 commits into from
Feb 24, 2024

Commits on Jan 21, 2024

  1. api skeleton

    dvarelas committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    c185f9f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. added exceptions

    dvarelas authored and pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    dc216fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23aaa86 View commit details
    Browse the repository at this point in the history
  3. LLM infra commands

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e9dd1ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e7672a View commit details
    Browse the repository at this point in the history
  5. Bump sagemaker version

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    320c5d9 View commit details
    Browse the repository at this point in the history
  6. Sagemaker embeddings endpoint

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    5e1b695 View commit details
    Browse the repository at this point in the history
  7. Sagemaker image generation

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    7b02c9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d5d791 View commit details
    Browse the repository at this point in the history
  9. Exclude none in image creation

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    6376822 View commit details
    Browse the repository at this point in the history
  10. Make model param optional

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    4bd1571 View commit details
    Browse the repository at this point in the history
  11. LLM Platform

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    3594b44 View commit details
    Browse the repository at this point in the history
  12. Docs update

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    50b645f View commit details
    Browse the repository at this point in the history
  13. Default aws region

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e2adaf7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    72f12b2 View commit details
    Browse the repository at this point in the history
  15. Local docker run

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    65bc59d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    36ea57e View commit details
    Browse the repository at this point in the history
  17. added openai models in docs

    dvarelas authored and pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    2ee3b98 View commit details
    Browse the repository at this point in the history
  18. changed local server to use docker

    dvarelas authored and pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    1d992d3 View commit details
    Browse the repository at this point in the history
  19. updated local docker deployment docs

    dvarelas authored and pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    32f9593 View commit details
    Browse the repository at this point in the history
  20. improved local gateway examples

    dvarelas authored and pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d9c6d06 View commit details
    Browse the repository at this point in the history
  21. Add env vars for OpenAI models

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    9e101c0 View commit details
    Browse the repository at this point in the history
  22. Simplify local gateway run

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    a732be7 View commit details
    Browse the repository at this point in the history
  23. Refactor docs

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b720db4 View commit details
    Browse the repository at this point in the history
  24. Simplify llm gateway command

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    a41f29d View commit details
    Browse the repository at this point in the history
  25. Merge branch 'master' into feature/llm-gateway

    # Conflicts:
    #	docs/index.md
    #	sagify/commands/llm.py
    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d1e788b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    75d9d5d View commit details
    Browse the repository at this point in the history
  27. Accept a single image prompt

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    8f4594c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    67d442e View commit details
    Browse the repository at this point in the history
  29. Gateway API reference

    pm3310 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    ed9dddd View commit details
    Browse the repository at this point in the history