usesuper::{openai_embedding_model, openai_model};/// Default model to use for text completion.
pubconstDEFAULT_MODEL:&str=openai_model::GPT_4O_MINI;/// Default model to use for embedding generation.
pubconstDEFAULT_EMBEDDINGS_MODEL:&str=openai_embedding_model::TEXT_EMBEDDING_ADA_002;