已比較的版本

索引鍵

  • 此行已新增。
  • 此行已移除。
  • 格式已變更。

...

...

About GAISF
錨點
About-GAISF
About-GAISF

展開
titleWhat is Generative AI Service Framework (GAISF)?

The GAI Service Framework (GAISF) is the central AI brain that delivers generative AI services via API services across the enterprise, in compliance with PIM policiesuser data privacy, and is continuously improved and extensible to adopt new GAI services.

Image Added

About DaVinci
錨點
About-DaVinci
About-DaVinci

展開
titleWhat is DaVinci chatbot?

DaVinci chatbot is a web-based, ChatGPT-like application based on the GAI Service Framework (GAISF). DaVinci is designed to be a personal assistant to increase your productivity in daily work.  More than this, DaVinci is also an open platform for developers to create plugins to integrate with existing system & services.

Image Added

About User Data Privacy
錨點
About-User-Data-Privacy
About-User-Data-Privacy

展開
titleWill GAI service providers (MSFT) reuse my prompt or data to train their AI models?

The Answer is "No".  GAI service provider (MSFT) cannot and will not reuse MediaTek prompt, result or any customer data to retrain its own model. 

...

展開
titleIs DaVinci using OpenAI's ChatGPT service?

The Answer is "No".  We use Microsoft Azure OpenAI Service, instead of OpenAI ChatGPT service. 

Image Added

Others
錨點
Others
Others

展開
titleWhat are Tokens? How to count tokens in my prompt & Answer?
  1. Tokens are the basic unit that Azure OpenAI GPT models (including GPT3.5/4) use to compute the length of a text. They are groups of characters, which sometimes align with words, but not always. In particular, it depends on the number of characters and includes punctuation signs or emojis. This is why the tokens count is usually different from the word count.

  2. In order to know exactly how many tokens spent in your text, you need to tokenize your text, which means running a tokenizer algorithm that will count all the tokens. Sounds difficult? It’s actually as easy as copy/pasting. You can use https://www.gptcalculator.xyz/  

  3. For more information about Token

...