Skip to content

Commit

Permalink
Modified
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaikech committed May 17, 2024
1 parent e4e8eae commit 3b081d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ function myFunction() {

In this script, the content is generated with the function calling. If you want to simply generate content without the function calling, please use the following script.

**If an error like `"code": 500, "message": "An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting", "status": "INTERNAL"` occurs, please test `functions: {}` as follows.**

```javascript
function myFunction() {
const apiKey = "###"; // Please set your API key.
Expand Down

0 comments on commit 3b081d8

Please sign in to comment.