You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the custom LLM support only supports HF Text Generation Inference Server along with HF endpoints. This proposal aims to expand the feature to allow for specifying arbitrary OpenAI LLMs.
This should expand the ai_custom field in the config. Perhaps with a type option: openai, text-generation-inference.
The text was updated successfully, but these errors were encountered:
Currently, the custom LLM support only supports HF Text Generation Inference Server along with HF endpoints. This proposal aims to expand the feature to allow for specifying arbitrary OpenAI LLMs.
This should expand the
ai_custom
field in the config. Perhaps with atype
option:openai
,text-generation-inference
.The text was updated successfully, but these errors were encountered: