#請問我應該如何在 assistant 下建立起自己的政策?

1 messages · Page 1 of 1 (latest)

echo mantle
#

C#中,我透過OpenAI-dotnet 使用API已經取得了Assistant、Thread.. 等的使用,我要請問的是:能否建立起自訂的用戶政策 (情色把關較為寬鬆的) 來進行對話?

sullen hareBOT
#

Hi @echo mantle. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

對於如何在助手下建立自己的政策,OpenAI 提供了一些指導。首先,您可以使用 GPT-4o 來建立一組您希望遵循的政策。例如,您可以提供一個主題(例如退貨、退款、反饋等),並生成一個樣本政策來處理該主題。在構建政策時,它應包含如何處理客戶查詢的逐步指導,包括如果客戶屬於某個特定類別的決策邏輯,以及採取特定行動的要求。來源 (https://cookbook.openai.com/examples/developing_hallucination_guardrails#1-building-out-an-eval-set)

至於您提到的情色把關較為寬鬆的政策,OpenAI 提供了一個指南來幫助您在 AI 應用中建立審查。這可能有助於您根據自己的需求設定政策。來源 (https://platform.openai.com/docs/guides/moderation)

然而,請注意,OpenAI 有其分享和出版生成內容的政策,這可能會影響您的政策設定。來源 (https://help.openai.com/en/articles/6643036-what-are-openai-s-policies-regarding-sharing-and-publication-of-generated-content)

請注意,這些資訊可能需要您進一步研究和實施,以符合您的特定需求。

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@echo mantle kapa.ai is still learning and improving, please let us know how it did by reacting below

echo mantle
#

@sullen hare 那麼我能透過設定 moderation 來避免OpenAI封鎖我需要的情色訊息嗎?
如果不能,那麼我應該怎麼做?

sullen hareBOT
#

Let me check the knowledge base for you. One moment! :books:

#

OpenAI 提供了一個名為 Moderation API 的工具,您可以使用它來添加一個審查層到 Chat API 的輸出,以防止違反 OpenAI 使用政策的內容被顯示。來源 (https://platform.openai.com/docs/guides/text-generation)

然而,OpenAI 的模型會對生成的內容進行輸出審查,這可能會導致某些內容被過濾掉。來源 (https://cookbook.openai.com/examples/how_to_use_moderation#workflow)

您可以調整審查設置,以篩選可能不明顯的有害內容。例如,您可以設定審查閾值,以適應您的特定用例或對審查的容忍度。來源 (https://cookbook.openai.com/examples/how_to_use_moderation#setting-moderation-thresholds)

然而,請注意,即使您可以調整審查設置,但仍需要遵守 OpenAI 的使用政策。如果您的內容違反了這些政策,OpenAI 可能會對其進行過濾或封鎖。來源 (https://community.openai.com/t/691585)

如果您希望允許某些類型的內容,您可能需要自己開發一個內容過濾系統,以符合您的特定需求和政策。來源 (https://platform.openai.com/docs/guides/safety-best-practices)

請注意,這些資訊可能需要您進一步研究和實施,以符合您的特定需求。

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: