已比較的版本

索引鍵

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

...

...

關於 GAISF
錨點
About-GAISF-CN
About-GAISF-CN

...

展開
title什麼是 MediaTek DaVinci (達哥) 聊天機器人?

MediaTek DaVinci (達哥) 聊天機器人是一款基於生成式 AI 服務框架 (GAISF),類似於 ChatGPT 的應用服務。MediaTek DaVinci 被設計為你的個人助理,以提你的日常工作的效率。除此之外,MediaTek DaVinci 同時也是一個開放平台,開發人員可在此建立插件與現有的系統及服務進行整合。

展開
titleMediaTek DaVinci 相較於其他平台 (例如: ChatGPT) 的優勢是什麼?

MediaTek DaVinci 是一個開方式平台,我們相容所有市面上的語言模型,不論從閉源的 Azure OpenAI GPT-4, Claude3, 到開源 (llama2, mistral) 或是自行微調的模型 (breeze-7b, breexe 8x7B 由 MediaTek Research 微調的繁體中文大模型)。因此在服務體驗 (模型成功達成任務的穩定性)、資料機敏性 (可提供地端部署模型,讓所有資料都鎖在企業內部)、成本控管角度 (任務有難易之分,難的可請 GPT-4,簡易的可請Claude3 或甚至開源模型,以達到更有性價比的使用生成式 AI 服務) 等都能夠打造符合企業要求的版本。

展開
title在 MediaTek DaVinci 上開發 plugin 與在 OpenAI 上開發的差異是什麼?

MediaTek DaVinci 提供兩種開發 plugin 的方式,1) 以 OpenAPI 方式 2) 以 python 寫程式方式開發。因此,以支援 OpenAPI 的方式來說確實相容 OpenAI 的 plugin;然而,若有更多客製化的開發需求,MediaTek DaVinci 提供 python 寫程式的方式開發,可達到更多樣化的方式開發。

展開
title在 MediaTek DaVinci Store 上提供的重要元件「Plugin」、「Prompt Template」、「DVCx」、「Assistant」分別是什麼? 又該如何開發與上架呢?

重要元件的介紹、使用方是、上架方式請看這裡

開發方式請看這裡這裡

關於用戶隱私
錨點
About-User-Data-Privacy-CN
About-User-Data-Privacy-CN

...

其他
錨點
Others-CN
Others-CN

展開
titleDaVinci 支援哪些瀏覽器?
  • Chrome 版本需要 Chrome 102 或者更新

  • Edge 需要使用 Chromium core

展開
title什麼是 Tokens?如何計算我問題和回答中的 Tokens 數量?
  1. Tokens 是 Azure OpenAI GPT 模型(包括 GPT3.5/4)用來計算文本長度的基本單位。它們是字符的組合,有時候與單詞數相同,但並不總是如此。具體來說,它取決於字符數量並包括標點符號或表情符號。這就是為什麼 Tokens 數量通常與單詞數量不同。

  2. 為了準確知道你的文本中花費了多少個 Tokens,你需要將你的文本進行 Tokens 化,意味著運行一個 Tokens 化算法來計數所有的 Tokens。聽起來困難?實際上只需複製粘貼而已,十分簡單。
    你可以使用 https://www.gptcalculator.xyz/ 來計算。

  3. 想知更多關於 Token 的資訊

展開
title如何提升我的 Prompt 提示技巧?是否有任何資源可以與我分享?

我們強烈建議從下列資源學習:

  1. 外部資源:大量的影片可以協助你提升 Prompt 提示技巧

  2. 以下是一些極佳的 Prompt 提示技巧範本,供你參考:https://github.com/f/awesome-chatgpt-prompts

...

展開
titleWhat is MediaTek DaVinci chatbot?

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

展開
titleWhat are the advantages of MediaTek DaVinci compared to other platforms (e.g., ChatGPT)?

MediaTek DaVinci is an open platform that is compatible with all language models available on the market, ranging from proprietary models like Azure OpenAI GPT-4 and Claude3, to open-source models (llama2, mistral), and even custom-tuned models (breeze-7b, breeze 8x7B by MediaTek Research tailored for Traditional Chinese). This compatibility allows for a service experience (model success stability), data sensitivity (offering on-premise deployment to keep all data within the company), and cost control (tasks vary in difficulty, with complex ones possibly requiring GPT-4, simpler ones could use Claude3 or even open-source models, achieving a more cost-effective generative AI service) that can meet enterprise requirements.

展開
titleWhat is the difference between developing plugins on MediaTek DaVinci and on OpenAI?

MediaTek DaVinci offers two ways to develop plugins: 1) Using the OpenAPI specification 2) Programming in Python. Thus, in terms of supporting OpenAPI, it is indeed compatible with OpenAI plugins; however, for more customized development needs, MediaTek DaVinci allows for programming in Python, enabling a more diverse development approach.

展開
titleWhat are the key components offered on the MediaTek DaVinci Store: "Plugin", "Prompt Template", "DVCx", "Assistant", and how can they be developed and listed?

For an introduction to the key components, their uses, and listing methods, please refer to link.

For development methods, please see here and here.

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

...

展開
titleIs MediaTek DaVinci using OpenAI's ChatGPT service?

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

Others
錨點
Others
Others

展開
titleWhat browsers does DaVinci support?
  • The Chrome version required must be Chrome 102 or above.

  • Edge needs to use the Chromium core.

展開
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

...