You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`cat src/main.rs | pipe-gpt -p "improve the code and only output the replacement code as I will pipe the output directly back into a file, no explanations, just pure code please" > src/main.new.rs`
22
38
@@ -55,7 +71,7 @@ jobs:
55
71
run: cargo test --verbose
56
72
- name: GPT Code Review
57
73
env:
58
-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
74
+
AI_API_KEY: ${{ secrets.AI_API_KEY }}
59
75
run: pwd && find . -path './target' -prune -o -name '*.rs' -exec echo {} \; -exec cat {} \; | ./target/debug/pipe-gpt -p "how would you improve this code? include line numbers in your comments so I can tell where you mean"
0 commit comments