diff --git a/README.md b/README.md index 6d7c6dd..058a855 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,8 @@ API_ENDPOINT=http://localhost:3000/claude-kiro-oauth # Direct API call curl http://localhost:3000/gemini-cli-oauth/v1/chat/completions \ -H "Content-Type: application/json" \ - -d '{"model":"gemini-2.0-flash-exp","messages":[...]}'``` + -d '{"model":"gemini-2.0-flash-exp","messages":[...]}' +``` --- @@ -418,4 +419,4 @@ This project is an API proxy tool and does not provide any AI model services. Al This project runs locally and does not collect or upload any user data. However, users should protect their API keys and other sensitive information when using this project. It is recommended that users regularly check and update their API keys and avoid using this project in insecure network environments. ### Legal Compliance Reminder -Users should comply with the laws and regulations of their country/region when using this project. It is strictly prohibited to use this project for any illegal purposes. Any consequences resulting from users' violation of laws and regulations shall be borne by the users themselves. \ No newline at end of file +Users should comply with the laws and regulations of their country/region when using this project. It is strictly prohibited to use this project for any illegal purposes. Any consequences resulting from users' violation of laws and regulations shall be borne by the users themselves.