0
0

More than 1 year has passed since last update.

TOKEN ECHO Usage 使用法

Last updated at Posted at 2023-07-11

CHATGPTって素晴らしいですね。Androidで使いたくTOKEN ECHOを作成したのを紹介。
画面は以下のような感じ。(まったく同じではない。)

image.png

API keyの取得

OPEN AIにログインし画面右上のPersonalをクリックし「View API Keys」をクリックする。

image.png

「+Create new secret key」>「Create secret key」クリックし
APIキーを作成しコピーする。

https://platform.openai.com/account/api-keys
image.png

取得したAPI Keyを設定

「TOKEN ECHO」を起動し右上のスパナマークを押下

image.png

API key paste. 張り付け

05.png

Modelを選択する。
7/18時点で最新モデルは「GPT-4」

Press the 'Apply' button
反映するボタンを押す。

GPT-4 APIが使えない場合

「select model」押下して、GPT-4が表示されていない場合は使えない。

参考:https://auto-worker.com/blog/?p=7919

OpenAIのPlaygroundにアクセスし、Chatモードでモデル項目を選択して
GPT-4が表示されていない場合は使えない。

python_02.png

GPT-4 API での画像取り込みについて

2023/3/17 以下で議論されていた?、どうやら未実装のよう・・。
これはぜひ実装して欲しい!。

GPT-4 API and image input

Hi there,
Is there a documented way to supply GPT-4 API with images?
I couldn’t find anything in OpenAI’s website.

(機械翻訳)
こんにちは、
GPT-4 APIに画像を提供するための文書化された方法はありますか?
OpenAIのウェブサイトでは何も見つけることができませんでした。

Looks like receiving image inputs will come out at a later time. This is what it said on OpenAI’s document page:
" GPT-4 is a large multimodal model (accepting text inputs and emitting text outputs today,
with image inputs coming in the future) that can solve difficult problems
with greater accuracy than any of our previous models, thanks to its broader general knowledge and
advanced reasoning capabilities. Like gpt-3.5-turbo ,
GPT-4 is optimized for chat but works well for traditional completions tasks."

(機械翻訳)
おそらく、画像の入力受け取りは後日実現するようです。OpenAIのドキュメントページには以下のように記載されています:
"GPT-4は大規模なマルチモーダルモデルです(現在はテキスト入力を受け付け、テキスト出力を生成しますが、将来的には画像入力も行います)。
幅広い一般知識と高度な推論能力により、以前のモデルよりも高い精度で困難な問題を解決することができます。
gpt-3.5-turboと同様に、GPT-4はチャットに最適化されていますが、従来型の補完タスクにも適しています。"

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0