chore: remove unused choreo URLs (#3540)
This commit is contained in:
parent
8319a8698d
commit
4e8e9eb6af
1 changed files with 0 additions and 11 deletions
|
|
@ -29,13 +29,6 @@ class PApiUrls {
|
|||
/// ---------------------- Users --------------------------------------
|
||||
static String paymentLink = "${PApiUrls.subscriptionEndpoint}/payment_link";
|
||||
|
||||
/// ---------------------- Conversation Partner -------------------------
|
||||
/// PTODO: Migrate or remove
|
||||
static String searchUserProfiles = "${PApiUrls.accountEndpoint}/search";
|
||||
|
||||
///-------------------------------- choreo --------------------------
|
||||
static String igc = "${PApiUrls.choreoEndpoint}/grammar";
|
||||
|
||||
static String languageDetection =
|
||||
"${PApiUrls.choreoEndpoint}/language_detection";
|
||||
|
||||
|
|
@ -43,20 +36,16 @@ class PApiUrls {
|
|||
static String spanDetails = "${PApiUrls.choreoEndpoint}/span_details";
|
||||
|
||||
static String wordNet = "${PApiUrls.choreoEndpoint}/wordnet";
|
||||
static String contextualizedTranslation =
|
||||
"${PApiUrls.choreoEndpoint}/translation/contextual";
|
||||
static String simpleTranslation =
|
||||
"${PApiUrls.choreoEndpoint}/translation/direct";
|
||||
static String tokenize = "${PApiUrls.choreoEndpoint}/tokenize";
|
||||
static String contextualDefinition =
|
||||
"${PApiUrls.choreoEndpoint}/contextual_definition";
|
||||
static String similarity = "${PApiUrls.choreoEndpoint}/similarity";
|
||||
static String topicInfo = "${PApiUrls.choreoEndpoint}/vocab_list";
|
||||
|
||||
static String itFeedback = "${PApiUrls.choreoEndpoint}/translation/feedback";
|
||||
|
||||
static String firstStep = "${PApiUrls.choreoEndpoint}/it_initialstep";
|
||||
static String subseqStep = "${PApiUrls.choreoEndpoint}/it_step";
|
||||
|
||||
static String textToSpeech = "${PApiUrls.choreoEndpoint}/text_to_speech";
|
||||
static String speechToText = "${PApiUrls.choreoEndpoint}/speech_to_text";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue