llama.LLM.__init__
Class that instantiates the LLM engine.
Attributes
- name:
str- name of the LLM engine instance - model_name:
str(Optional) - name of the base model, defaults to OpenAI'stext-davinci-003. - config:
dict(Optional) - auth-related parameters, e.g. token