-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump fastapi from 0.103.1 to 0.108.0 #48
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 661da70 - Browse repository at this point
Copy the full SHA 661da70View commit details
Commits on Jun 19, 2023
-
Add API to send message to a chosen LLM (#1)
* feat: add API to send message to a LLM * chore: restructure folders * feat: set timezone UTC for sentAt * Add test for send message api * Switch to use FastAPI * Set black max length to be 79 * Add docstring * Use poetry instead of requirements.txt * Add README * Add response return type * Reorder import * Update README for env file * Handle exceptions for guidance wrapper * Add init file for core * fixup! Handle exceptions for guidance wrapper * Freeze parameters dict * Add workflows for test and lint * Run workflow on push to main * Add author * Change DTOs to use snake_case * Use enum key for LLMModel values * Not to use dict as the default parameters * Lock guidance version to 0.0.61 * Raise KeyError and return the error message
Configuration menu - View commit details
-
Copy full SHA for d6ebc9a - Browse repository at this point
Copy the full SHA d6ebc9aView commit details -
Add Dockerfiles and Taskfile (#2)
* feat: add API to send message to a LLM * chore: restructure folders * feat: set timezone UTC for sentAt * Add test for send message api * Switch to use FastAPI * Set black max length to be 79 * Add docstring * Use poetry instead of requirements.txt * Add README * Add response return type * Reorder import * Update README for env file * Handle exceptions for guidance wrapper * Add init file for core * fixup! Handle exceptions for guidance wrapper * Freeze parameters dict * Add workflows for test and lint * Run workflow on push to main * Dockerize the app * Add Taskfile * Use docker compose * Add author * Add Dockerfile for production * Remove --reload for production * Change DTOs to use snake_case * Use enum key for LLMModel values * Not to use dict as the default parameters * Lock guidance version to 0.0.61 * Raise KeyError and return the error message
Configuration menu - View commit details
-
Copy full SHA for acf213d - Browse repository at this point
Copy the full SHA acf213dView commit details
Commits on Jun 21, 2023
-
Use yml config file and add authorization (#4)
* feat: add API to send message to a LLM * chore: restructure folders * feat: set timezone UTC for sentAt * Add test for send message api * Switch to use FastAPI * Set black max length to be 79 * Add docstring * Use poetry instead of requirements.txt * Add README * Add response return type * Reorder import * Update README for env file * Handle exceptions for guidance wrapper * Add init file for core * fixup! Handle exceptions for guidance wrapper * Freeze parameters dict * Add workflows for test and lint * Run workflow on push to main * Dockerize the app * Add Taskfile * Use docker compose * Add author * Add Dockerfile for production * Remove --reload for production * Change DTOs to use snake_case * Use enum key for LLMModel values * Not to use dict as the default parameters * Lock guidance version to 0.0.61 * Raise KeyError and return the error message * Use yml config file * Add two more LLMs * Add authorization with API key * Use application.test.yml for test env * Update env instruction * Remove unused const * Remove unused async keyword
Configuration menu - View commit details
-
Copy full SHA for 2395133 - Browse repository at this point
Copy the full SHA 2395133View commit details -
Add docker compose files for deployment (#3)
* feat: add API to send message to a LLM * chore: restructure folders * feat: set timezone UTC for sentAt * Add test for send message api * Switch to use FastAPI * Set black max length to be 79 * Add docstring * Use poetry instead of requirements.txt * Add README * Add response return type * Reorder import * Update README for env file * Handle exceptions for guidance wrapper * Add init file for core * fixup! Handle exceptions for guidance wrapper * Freeze parameters dict * Add workflows for test and lint * Run workflow on push to main * Dockerize the app * Add Taskfile * Add docker compose files for deployment * Adjust comment * Add build workflow * Move copy * Use docker compose * Add option to configure pyris image tag * Add author * Add Dockerfile for production * Remove --reload for production * Switch to gunicorn for production * Add author * Change DTOs to use snake_case * Use enum key for LLMModel values * Fix pyris.yml * Not to use dict as the default parameters * Lock guidance version to 0.0.61 * Raise KeyError and return the error message * Use yml config file * Add two more LLMs * Add authorization with API key * Use application.test.yml for test env * Change env to application.yml * Update lock * Use 2 spaces indentation --------- Co-authored-by: Khoa Nguyen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27ce3ec - Browse repository at this point
Copy the full SHA 27ce3ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 330eb5a - Browse repository at this point
Copy the full SHA 330eb5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9884e06 - Browse repository at this point
Copy the full SHA 9884e06View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f74b1 - Browse repository at this point
Copy the full SHA d6f74b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bf5718 - Browse repository at this point
Copy the full SHA 1bf5718View commit details -
In order to automatically deploy Pyris to the production and test VMs, we want to use GitHub Actions. The workflows are similar to the Artemi Testserver deployment, which is label based.
Configuration menu - View commit details
-
Copy full SHA for 0eb8233 - Browse repository at this point
Copy the full SHA 0eb8233View commit details
Commits on Jun 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3243dec - Browse repository at this point
Copy the full SHA 3243decView commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf16ac8 - Browse repository at this point
Copy the full SHA bf16ac8View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ad832d - Browse repository at this point
Copy the full SHA 4ad832dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a4043 - Browse repository at this point
Copy the full SHA b5a4043View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a95f0aa - Browse repository at this point
Copy the full SHA a95f0aaView commit details -
Chore: Bump guidance version (#11)
Co-authored-by: Timor Morrien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 649c9f7 - Browse repository at this point
Copy the full SHA 649c9f7View commit details
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ad2fe48 - Browse repository at this point
Copy the full SHA ad2fe48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 164de0f - Browse repository at this point
Copy the full SHA 164de0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d78e5 - Browse repository at this point
Copy the full SHA 94d78e5View commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b07a0b1 - Browse repository at this point
Copy the full SHA b07a0b1View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ca33d8e - Browse repository at this point
Copy the full SHA ca33d8eView commit details -
Bump actions/setup-python from 3 to 4 (#21)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Timor Morrien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe3176a - Browse repository at this point
Copy the full SHA fe3176aView commit details
Commits on Nov 24, 2023
-
Development
: Add V2 Messages Endpoint (#34)Co-authored-by: Timor Morrien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74de5c7 - Browse repository at this point
Copy the full SHA 74de5c7View commit details
Commits on Jan 1, 2024
-
Bump fastapi from 0.103.1 to 0.108.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.103.1 to 0.108.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.103.1...0.108.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfce035 - Browse repository at this point
Copy the full SHA bfce035View commit details