Spaces:
Sleeping
Sleeping
File size: 1,554 Bytes
34a07ad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
# [ykl-omikuji-parabel-fi]
# name="YKL Omikuji Parabel Finnish"
# language="fi"
# backend = "http"
# vocab = "ykl"
# endpoint = "https://ai.finto.fi/v1/projects/ykl-omikuji-parabel-fi/suggest"
# [ykl-omikuji-bonsai-fi]
# name="YKL Omikuji Bonsai Finnish"
# language="fi"
# backend = "http"
# vocab = "ykl"
# endpoint = "https://ai.finto.fi/v1/projects/ykl-omikuji-bonsai-fi/suggest"
# [ykl-omikuji-parabel-sv]
# name="YKL Omikuji Parabel Swedish"
# language="sv"
# backend = "http"
# vocab = "ykl"
# endpoint = "https://ai.finto.fi/v1/projects/ykl-omikuji-parabel-sv/suggest"
# [ykl-omikuji-bonsai-sv]
# name="YKL Omikuji Bonsai Swedish"
# language="sv"
# backend = "http"
# vocab = "ykl"
# endpoint = "https://ai.finto.fi/v1/projects/ykl-omikuji-bonsai-sv/suggest"
# [ykl-omikuji-parabel-en]
# name="YKL Omikuji Parabel English"
# language="en"
# backend = "http"
# vocab = "ykl"
# endpoint = "https://ai.finto.fi/v1/projects/ykl-omikuji-parabel-en/suggest"
# [ykl-omikuji-bonsai-en]
# name="YKL Omikuji Bonsai English"
# language="en"
# backend = "http"
# vocab = "ykl"
# endpoint = "https://ai.finto.fi/v1/projects/ykl-omikuji-bonsai-en/suggest"
[ykl-fi]
name="YKL suomi"
language="fi"
backend = "http"
vocab = "ykl"
endpoint = "https://ai.finto.fi/v1/projects/ykl-fi/suggest"
[ykl-sv]
name="KAB svenska"
language="sv"
backend = "http"
vocab = "ykl"
endpoint = "https://ai.finto.fi/v1/projects/ykl-fi/suggest"
[ykl-en]
name="PLC English"
language="en"
backend = "http"
vocab = "ykl"
endpoint = "https://ai.finto.fi/v1/projects/ykl-fi/suggest"
|