7 lines
105 B
Python
7 lines
105 B
Python
def _get_latest_metric_version():
|
|
return "v1"
|
|
|
|
|
|
def _get_default_model():
|
|
return "openai:/gpt-4"
|