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

Openai: use message attachment as GPT context #490

Merged
merged 2 commits into from
Nov 3, 2023
Merged

Conversation

brainexe
Copy link
Member

@brainexe brainexe commented Nov 3, 2023

Usecases:

  • upload a log file with a strange error
  • upload a .csv file to gather some statistics
  • upload a code file to refactor

Screenshot 2023-11-03 at 13 56 26
Screenshot 2023-11-03 at 14 24 40

@codecov-commenter
Copy link

Codecov Report

Merging #490 (9a09e95) into master (ef59d0f) will increase coverage by 0.19%.
Report is 15 commits behind head on master.
The diff coverage is 73.63%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master     #490      +/-   ##
==========================================
+ Coverage   82.18%   82.38%   +0.19%     
==========================================
  Files         130      133       +3     
  Lines        5934     6074     +140     
==========================================
+ Hits         4877     5004     +127     
- Misses        933      940       +7     
- Partials      124      130       +6     
Files Coverage Δ
bot/bot_handle.go 100.00% <100.00%> (ø)
bot/bot_init.go 62.35% <100.00%> (+0.44%) ⬆️
bot/matcher/result.go 100.00% <ø> (+64.28%) ⬆️
bot/stats/stats.go 76.00% <100.00%> (ø)
bot/storage/memory.go 93.18% <100.00%> (ø)
bot/util/lock.go 100.00% <100.00%> (ø)
command/jenkins/build_watcher.go 38.94% <100.00%> (ø)
command/jenkins/client/client.go 100.00% <100.00%> (ø)
command/jenkins/client/start_build.go 87.05% <100.00%> (ø)
command/jenkins/commands.go 100.00% <ø> (ø)
... and 14 more

... and 2 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@brainexe brainexe merged commit 9d787cf into master Nov 3, 2023
12 of 13 checks passed
@brainexe brainexe deleted the openai_attachment branch November 3, 2023 14:18
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