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

LLM Suggestion local runs #625

Merged
merged 5 commits into from
Dec 10, 2024
Merged

LLM Suggestion local runs #625

merged 5 commits into from
Dec 10, 2024

Conversation

lukemun
Copy link
Contributor

@lukemun lukemun commented Nov 12, 2024

  • Adds LLM feature to next
  • Creates endpoints in flask
  • Adds conditional logic checking for OPEN_API_KEY
  • Update READEME.md

@lukemun lukemun requested review from a team and realkosty as code owners November 12, 2024 21:39
Copy link

sentry-io bot commented Nov 12, 2024

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: flask/src/main.py

Function Unhandled Issue
products TypeError: can only concatenate str (not "float") to str ...
Event Count: 2
products TypeError: get_api_request() missing 1 required positional argument: 'n' ...
Event Count: 1
products TypeError: can only concatenate str (not "NoneType") to str ...
Event Count: 1
products ValueError: sleep length must be non-negative pro...
Event Count: 1
products NameError: name 'span' is not defined products
Event Count: 1

Did you find this useful? React with a 👍 or 👎

Copy link

vercel bot commented Nov 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
empower ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 4, 2024 10:00pm

Copy link

codecov bot commented Nov 12, 2024

Codecov Report

Attention: Patch coverage is 0% with 23 lines in your changes missing coverage. Please review.

Project coverage is 35.36%. Comparing base (75af4e6) to head (988f12f).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
flask/src/main.py 0.00% 23 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #625      +/-   ##
==========================================
- Coverage   36.21%   35.36%   -0.86%     
==========================================
  Files          37       37              
  Lines         867      888      +21     
  Branches      111      111              
==========================================
  Hits          314      314              
- Misses        536      557      +21     
  Partials       17       17              
Flag Coverage Δ
api 7.18% <0.00%> (-0.45%) ⬇️
frontend 54.75% <ø> (ø)
Components Coverage Δ
checkout_module 7.18% <0.00%> (-0.45%) ⬇️
product_component 56.41% <ø> (ø)
Files with missing lines Coverage Δ
flask/src/main.py 0.00% <0.00%> (ø)

- Adds LLM feature to next
- Creates endpoints in flask
- Adds conditional logic checking for OPEN_API_KEY
- Update READEME.md
README.md Outdated Show resolved Hide resolved
flask/src/main.py Show resolved Hide resolved
next/src/app/api/suggestion/route.js Show resolved Hide resolved
- Adds LLM feature to next
- Creates endpoints in flask
- Adds conditional logic checking for OPEN_API_KEY
- Update READEME.md
- Update env-config with next vars
flask/src/main.py Outdated Show resolved Hide resolved
- Adds LLM feature to next
- Creates endpoints in flask
- Adds conditional logic checking for OPEN_API_KEY
- Update READEME.md
- Update env-config with next vars
- Adds LLM feature to next
- Creates endpoints in flask
- Adds conditional logic checking for OPEN_API_KEY
- Update READEME.md
- Update env-config with next vars
- Adds LLM feature to next
- Creates endpoints in flask
- Adds conditional logic checking for OPEN_API_KEY
- Update READEME.md
- Update env-config with next vars
@realkosty realkosty merged commit 0982bef into master Dec 10, 2024
18 of 19 checks passed
@realkosty realkosty deleted the llm-feature-local branch December 10, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants