Paieas
PaiEas #
Bases: OpenAILike
PaiEas is a thin wrapper around the OpenAILike model that makes it compatible with Aliyun PAI-EAS(Elastic Algorithm Service) that provide effective llm services.
Source code in llama-index-integrations/llms/llama-index-llms-paieas/llama_index/llms/paieas/base.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|
class_name
classmethod
#
class_name() -> str
Get class name.
Source code in llama-index-integrations/llms/llama-index-llms-paieas/llama_index/llms/paieas/base.py
34 35 36 37 |
|