Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Nov 30, 2023
1 parent c6d9d99 commit 432e333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ uploads
./vendor
upgrade
ca
*.har
*.har
har/*.har
2 changes: 1 addition & 1 deletion examples/har.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use openai::arkose::ArkoseToken;
async fn main() {
for _ in 0..100 {
let token =
ArkoseToken::new_from_har("/Users/gngpp/VSCode/ninja/6.login.chat.openai.com.har")
ArkoseToken::new_from_har("/Users/gngpp/VSCode/ninja/auth0.openai.com_Archive.har")
.await
.unwrap();
println!("{}", token.value());
Expand Down

0 comments on commit 432e333

Please sign in to comment.