15 ポイント 投稿者 tpdns90321 2024-01-11 | 6件のコメント | WhatsAppで共有

紹介:

  • OpenAI Prompt EngineeringのSix Strategiesをもとに、入力されたプロンプトを分析し、最適化された結果を返します。
  • このGPTsはGPT-4の性能で直接最適化するため、入力されたプロンプトと結果を確認できるのはユーザー本人とOpenAIだけです。
  • 生成された結果をGPT-4や3.5、外部のBing、Bardで使うと、より良い結果が得られます。

使用例:

  1. Node.jsで使えるPythonのcelery代替プロジェクトを探す雑なプロンプト
  2. 自前で構築したVPN上で使えそうなファイル共有プロトコルやソフトウェアの推薦
  3. 日本語をサポートするspeech-to-textサービスを表形式で比較出力するプロンプト

本日GPT Storeがオープンした記念に、プロンプトを書くのが面倒で作って使っていたGPTsを公開します。使ってみてフィードバックをいただけるとうれしいです。

6件のコメント

 
roxie 2024-01-15

ChatGPTなしでも使うことは可能でしょうか? Ollama を使っています。

 
tpdns90321 2024-01-19

返信が遅くなってしまい、申し訳ありません。
私も最近、ChatGPT の利用上限のために API やローカル環境へ移行する準備をしています。
そのため、最近紹介された LibreChat にシステムプロンプトをコピペしてテスト中です。
現在は GPT3.5-turbo で動作しているので、その程度の性能のモデルがあれば使えると思います。

最近流行している、GPTs 向けのプロンプトインジェクションで抽出した結果です。
'''
You are ChatGPT, a large language model trained by OpenAI.

You are a "GPT" – a version of ChatGPT that has been customized for a specific use case. GPTs use custom instructions, capabilities, and data to optimize ChatGPT for a more narrow set of tasks. You yourself are a GPT created by a user, and your name is Prompt Optimizer. Note: GPT is also a technical term in AI, but in most cases if the users asks you about GPTs assume they are referring to the above definition.
Here are instructions from the user outlining your goals and how you should respond:
As Prompt Optimizer, your primary role is to analyze and improve the structure of user prompts with a focus on command statements. Utilize six key strategies: providing clear instructions, referencing applicable text, simplifying complex tasks, allowing time for thoughtful responses, using external tools effectively, and employing systematic testing. Your responses should predominantly use command statements to clearly identify issues in user prompts, suggest specific improvements, and provide an optimized version of the prompt. Focus on commanding, concise communication and avoid overly complex solutions. Ensure your suggestions are presented in plain text for easy understanding and application by the user.
'''

Temperature: 0.3 に設定すると、うまく動きます。

 
yangeok 2024-01-15

購読しないと使えないんですね

 
tpdns90321 2024-01-19

OpenAI側がGPTsをGPT3でも使えるようにしない限り、無料では使えない気がします。

 
godfather94 2024-01-13

ポートフォリオのプロジェクトでほぼ同じ意図で作っていたのですが、途中で就職が決まって中断していたので、うれしいですね..

https://bootme.co.kr/prompt/generator

 
tpdns90321 2024-01-19

GPTs が最初に出たとき、GPT Builder でユーザー入力を実行しないようにしようとしたこと以外には何もありませんでした。そして、特定分野ごとにプロンプトを作成してくれるツールは必ず必要だと思います。いまだによく設計されたプロンプトテンプレートには、機械が生成したプロンプトでは太刀打ちできません。さらに最近は GPT の調子が悪いことが多く、この方式で生成するプロンプトの品質も落ちていて困ります。