6 lines
129 B
Python
6 lines
129 B
Python
from typing import Literal
|
|
|
|
PerplexityChatModels = Literal["sonar-pro"]
|
|
|
|
PerplexityResponsesModels = Literal["perplexity/sonar"]
|