llama.LLMEngine.__init__
Class that instantiates the LLMEngine.
Attributes
- id:
str
- name of the model you're working on. - model_name:
str
(Optional) - name of the base model, defaults to OpenAI'stext-davinci-003
. - config:
dict
(Optional) - auth-related parameters, e.g. token