OpenAI Integration with GCA

GCA has an fully functionality quarentee in OpenAI integration. We made it because we are design our product with up-limit model standards like tool-calling with vision capability.

So we suggest to use OpenAI but its just an today suggestion. Tomorrow all models have same capabilities.

remote.save_models("gpt-4o")
remote.save_openai_api_key("sk-**")

If you want you can change the main LLM model for OpenAI. For this please use


remote.get_openai_models()
# ['gpt-4o', 'gpt-4o-mini', 'gpt-4-turbo', 'gpt-3.5', 'gpt-3.5-turbo']