This library adds support for Open AI based endpoints like Open AI, Groq, olama, etc. It is dependent on (Unity AI Apis Common)[https://github.com/yolanother/UnityAIApisCommon].
- Add Unity AI APIs Common via package manager's git urls (https://github.com/yolanother/UnityAIApisCommon.git)
- Add Unity Open AI API in package manager (https://github.com/yolanother/UnityOpenAIAPI.git)
- Open your Packages directory in your project
- Clone the common lib: git clone https://github.com/yolanother/UnityAIApisCommon
- Clone the Open AI api lib: git clone https://github.com/yolanother/UnityOpenAIAPI
