Skip to content

Commit

Permalink
update CI and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Reapor-Yurnero committed Oct 17, 2024
1 parent 191eada commit c98a9e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
touch CNAME
echo 'imprompter.ai' > CNAME
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Imprompter: Tricking LLM Agents into Improper Tool Use

Code release in progress. Will be available shortly (expected by Oct 20). Find more details about this work in our paper and [website](imprompter.ai) for now!
Code release in progress. Will be available shortly (expected by Oct 20). Find more details about this work in our [paper](https://imprompter.ai/paper.pdf) and [website](https://imprompter.ai) for now!

0 comments on commit c98a9e7

Please sign in to comment.