Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lehhair authored May 20, 2024
1 parent da7f53a commit 1faec4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ pub fn recognize(

let response: Value = client
.post(&endpoint)
.header("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36")
.header("Accept", "application/json, text/event-stream")
.header("Content-Type", "application/json")
.header("authorization", format!("Bearer {}", apikey))
Expand Down

0 comments on commit 1faec4a

Please sign in to comment.