7 lines
167 B
Python
Executable file
7 lines
167 B
Python
Executable file
# This file was auto-generated by Fern from our API Definition.
|
|
|
|
import enum
|
|
|
|
|
|
class LlamaCloudEnvironment(enum.Enum):
|
|
DEFAULT = "https://api.cloud.llamaindex.ai"
|