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
我之前按照一个github的教程的方法是在c盘建立一个JSON文件 里面的格式是这样 { "api_key": "xxxx", "organization": "xxxxx" }
想请问这个api是能接入到unity吗?谢谢
教程 https://github.com/srcnalt/OpenAI-Unity.git
The text was updated successfully, but these errors were encountered:
我之前按照一个github的教程的方法是在c盘建立一个JSON文件 里面的格式是这样 { "api_key": "xxxx", "organization": "xxxxx" } 想请问这个api是能接入到unity吗?谢谢 教程 https://github.com/srcnalt/OpenAI-Unity.git
可以的,只需要在这个file里面更改API的接口网址就行可以了。看README里面的教程。有详细说到要把所有OpenAI借口网址改成什么。
Sorry, something went wrong.
No branches or pull requests
我之前按照一个github的教程的方法是在c盘建立一个JSON文件
里面的格式是这样
{
"api_key": "xxxx",
"organization": "xxxxx"
}
想请问这个api是能接入到unity吗?谢谢
教程
https://github.com/srcnalt/OpenAI-Unity.git
The text was updated successfully, but these errors were encountered: