We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Gemini 1.5 Pro Text Input section, I noticed a potential error in the Chat Completion endpoint description.
Currently, it is written as: curl --location '$DEPLOYMENT_URL/models/gemini-1.0-pro:generateContent'
curl --location '$DEPLOYMENT_URL/models/gemini-1.0-pro:generateContent'
I believe it should be: curl --location '$DEPLOYMENT_URL/models/gemini-1.5-pro:generateContent'
curl --location '$DEPLOYMENT_URL/models/gemini-1.5-pro:generateContent'
Could you please confirm and update if necessary?
content gaps
Consume Generative AI Models
https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/consume-generative-ai-models-using-sap-ai-core
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue description
In the Gemini 1.5 Pro Text Input section, I noticed a potential error in the Chat Completion endpoint description.
Currently, it is written as:
curl --location '$DEPLOYMENT_URL/models/gemini-1.0-pro:generateContent'
I believe it should be:
curl --location '$DEPLOYMENT_URL/models/gemini-1.5-pro:generateContent'
Could you please confirm and update if necessary?
Feedback Type (Optional)
content gaps
Page Title on SAP Help Portal (prefilled)
Consume Generative AI Models
Page URL on SAP Help Portal (prefilled)
https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/consume-generative-ai-models-using-sap-ai-core
The text was updated successfully, but these errors were encountered: