You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixes#29
- Added `OpenAIConfigurationSettings` input field validation
- Renamed `OpenAIConfigurationSettings.Organization` ->
`OpenAIConfigurationSettings.OrganizationId`
- Added changelog and documentation links in `package.json`
- Updated Readme and docs
- Bumped version to 2.2.2
- Updated some tests
We validate the inputs for the AuthInfo but not the OpenAIConfigurationSettings.asset
We should validate both apiKey and organization strings.
com.openai.unity/OpenAI/Packages/com.openai.unity/Runtime/AuthInfo.cs
Line 23 in 4cabf80
com.openai.unity/OpenAI/Packages/com.openai.unity/Editor/OpenAIConfigurationSettingsInspector.cs
Line 52 in 4cabf80
The text was updated successfully, but these errors were encountered: