Skip to content

Commit

Permalink
Fix: gemini_extrair
Browse files Browse the repository at this point in the history
  • Loading branch information
jjesusfilho committed Oct 9, 2024
1 parent b619d69 commit c465216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/gemini_extrair.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gemini_extrair <- function(x,

api_key = Sys.getenv("GEMINI_API_KEY")
}
uri <- glue("https://generativelanguage.googleapis.com/v1beta/models/{modelo}:generateContent?key={api_key}")
uri <- glue::glue("https://generativelanguage.googleapis.com/v1beta/models/{modelo}:generateContent?key={api_key}")


headers <- c(`Content-Type`="application/json")
Expand Down

0 comments on commit c465216

Please sign in to comment.