Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

feat: Adds compute route using OpenAI API #21

Merged
merged 10 commits into from
Oct 30, 2023
Merged

feat: Adds compute route using OpenAI API #21

merged 10 commits into from
Oct 30, 2023

Conversation

frgfm
Copy link
Member

@frgfm frgfm commented Oct 30, 2023

This PR introduces the following modifications:

  • adds route to analyze code snippets using OpenAI API (later release will gradually share code to run on OSS models)
  • updates labeler & CI

@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

Attention: 15 lines in your changes are missing coverage. Please review.

Comparison is base (8f9b4ec) 72.74% compared to head (23454bb) 74.65%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
+ Coverage   72.74%   74.65%   +1.91%     
==========================================
  Files          22       26       +4     
  Lines         554      655     +101     
==========================================
+ Hits          403      489      +86     
- Misses        151      166      +15     
Flag Coverage Δ
unittests 74.65% <85.29%> (+1.91%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/app/api/api_v1/router.py 100.00% <100.00%> (ø)
src/app/core/config.py 94.23% <100.00%> (+0.35%) ⬆️
src/app/schemas/compute.py 100.00% <100.00%> (ø)
src/app/schemas/services.py 100.00% <100.00%> (ø)
src/app/api/api_v1/endpoints/compute.py 73.33% <73.33%> (ø)
src/app/services/openai.py 69.44% <69.44%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@frgfm frgfm merged commit 9ba44da into main Oct 30, 2023
10 checks passed
@frgfm frgfm deleted the compute branch October 30, 2023 12:49
frgfm added a commit that referenced this pull request Mar 28, 2024
* fix: Fixes command mapping

* docs: Updates README

* docs: Updates walkthrough images

* docs: Fixes formatting
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant