Skip to content
New issue

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

with Unity projec, SSL issue #407

Open
woojooc opened this issue Feb 1, 2025 · 1 comment
Open

with Unity projec, SSL issue #407

woojooc opened this issue Feb 1, 2025 · 1 comment

Comments

@woojooc
Copy link

woojooc commented Feb 1, 2025

Error: Unable to complete SSL connection
UnityEngine.Debug:LogError (object)


apiUrl = "https://api.grok.ai/v1/complete";
var requestBody = new
{
model = "grok-2-latest",
max_tokens_to_sample = 8,
temperature = 0.1,
prompt = userInput
};


I tryed
request.certificateHandler = new BypassCertificate();
also, but It's not worked.

how can I solve SSL probleme using Grok API in Unity

@iamdeepakgit
Copy link

iamdeepakgit commented Feb 4, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants