diff --git a/其他/googleAI-key b/其他/googleAI-key new file mode 100644 index 0000000..3d708ea --- /dev/null +++ b/其他/googleAI-key @@ -0,0 +1,9 @@ +APIKEY:AIzaSyA1W-3ZB-EJwhPZvTcx6gd4Yc1o2LmfAg8 + +```shell + +curl \ +-H 'Content-Type: application/json' \ +-d '{ "prompt": { "text": "Write a story about a magic backpack"} }' \ +"https://generativelanguage.googleapis.com/v1beta3/models/text-bison-001:generateText?key=YOUR_API_KEY" +``` \ No newline at end of file