You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
246 B

  1. package ai360
  2. var ModelList = []string{
  3. "360gpt-turbo",
  4. "360gpt-turbo-responsibility-8k",
  5. "360gpt-pro",
  6. "360gpt2-pro",
  7. "360GPT_S2_V9",
  8. "embedding-bert-512-v1",
  9. "embedding_s1_v1",
  10. "semantic_similarity_s1_v1",
  11. }
  12. var ChannelName = "ai360"