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

FastAPI: Add DTOs and pipeline run endpoint #70

Merged
merged 60 commits into from
Mar 12, 2024

Conversation

MichaelOwenDyer
Copy link
Contributor

No description provided.

app/llm/llm_manager.py Show resolved Hide resolved
README.MD Show resolved Hide resolved
app/pipeline/chat/tutor_chat_pipeline.py Show resolved Hide resolved
app/pipeline/chat/tutor_chat_pipeline.py Outdated Show resolved Hide resolved
@Hialus
Copy link
Member

Hialus commented Mar 11, 2024

str | None in the DTOs to Optional. See also https://stackoverflow.com/questions/69440494/python-3-10-optionaltype-or-type-none

@Hialus
Copy link
Member

Hialus commented Mar 11, 2024

Merge MessageDTO and IrisMessage into one PyrisMessage class

app/common/custom_exceptions.py Show resolved Hide resolved
app/config.py Outdated Show resolved Hide resolved
app/domain/data/feedback_dto.py Outdated Show resolved Hide resolved
app/domain/data/programming_exercise_dto.py Show resolved Hide resolved
app/domain/health_status_dto.py Outdated Show resolved Hide resolved
app/pipeline/chat/tutor_chat_pipeline.py Outdated Show resolved Hide resolved
app/web/data/repository_fetch.py Outdated Show resolved Hide resolved
app/web/routers/health.py Show resolved Hide resolved
app/web/routers/models.py Outdated Show resolved Hide resolved
@Hialus
Copy link
Member

Hialus commented Mar 11, 2024

Some comments will be addressed in future PRs.

app/pipeline/chat/tutor_chat_pipeline.py Outdated Show resolved Hide resolved
@Hialus Hialus merged commit a5dbce0 into main Mar 12, 2024
4 checks passed
@Hialus Hialus deleted the feature/fast-api-integration branch March 12, 2024 03:37
isabellagessl pushed a commit that referenced this pull request Nov 11, 2024
Co-authored-by: Kaan Çaylı <[email protected]>
Co-authored-by: Timor Morrien <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants