8 lines
157 B
Python
8 lines
157 B
Python
# This file was auto-generated by Fern from our API Definition.
|
|
|
|
import enum
|
|
|
|
|
|
class ClientEnvironment(enum.Enum):
|
|
PRODUCTION = "https://api.cohere.com"
|