superfaceai / station

Comlink metadata for self-integrating applications.
https://superface.ai/catalog
MIT License
22 stars 5 forks source link

feat: Add `ai/generate-text` with 2 use cases #307

Closed kysely closed 1 year ago

kysely commented 1 year ago

Description

Adding OpenAI's GPT-3 text capabilities!

ai/generate-text

Provided abstractions for tokens (what are those, people think in words and characters) and temperature (which really is how creative the model should be). Also used simpler model sizes.

Questions

  1. ~Is gpt scope correct? We already have language but it feels a bit different. What about ai scope? I also think about adding use case for generating images based on the prompt~ — using ai scope

Preview

Screenshot 2022-12-09 at 16 04 25 Screenshot 2022-12-09 at 16 04 33

Types of changes

Checklist:

jnv commented 1 year ago

Is gpt scope correct? We already have language but it feels a bit different. What about ai scope? I also think about adding use case for generating images based on the prompt

How about "Natural Language Processing" or nlp? I think that'd work also for image generators.

janhalama commented 1 year ago

Is gpt scope correct? We already have language but it feels a bit different. What about ai scope?

I like ai scope more than gpt. GPT stands for Generative Pre-trained Transformer which describes how the AI works under the hood. AI is more generic.