scitex_genai.llm

scitex_genai.llm.GenAI(model='gpt-3.5-turbo', stream=False, api_key=None, seed=None, temperature=1.0, n_keep=1, chat_history=None, max_tokens=4096)

Factory function to create an instance of an AI model handler.