不停的打嗝是什么原因
Search type | Search syntax |
---|---|
Tags | [tag] |
Exact | "words here" |
Author |
user:1234 user:me (yours) |
Score |
score:3 (3+) score:0 (none) |
Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
Views | views:250 |
Code | code:"if (foo != bar)" |
Sections |
title:apples body:"apples oranges" |
URL | url:"*.example.com" |
Saves | in:saves |
Status |
closed:yes duplicate:no migrated:no wiki:no |
Types |
is:question is:answer |
Exclude |
-[tag] -apples |
For more details on advanced search visit our help page |
Results tagged with chatgpt
Search options not deleted
user 8
百度 定向降准政策在今年1月份已经完全到位。
Use for questions about ChatGPT, the cross-platform application from OpenAI. Don't use it for questions about third-party apps using "ChatGPT" in their sales / marketing content. Please don't use it for questions about the OpenAI Chat API.
3
votes
Accepted
What challenges would I face in trying to apply ChatGPT to answer questions about informatio...
However, if you did in some way use the ChatGPT website/app, you'd also face the issue of data confidentiality for your gated documentation and user requests. … By defualt ChatGPT trains on user input, whereas the OpenAI API accessing the same models does not. …
2
votes
Why does ChatGPT have a consistent paragraph length?
After pre-training on large amounts of Internet data (which would contain a wide range of paragrpah lengths), ChatGPT was fine-tuned on conversational and instruction-following data from human labellers … (source: Introducing ChatGPT)
Labeller demonstration example, used to teach the model how it should reply:
Prompt:
ELI5: What's the cause of the "anxiety lump" in our chest during stressful or disheartening …
6
votes
Accepted
Is it possible to prompt ChatGPT into playing a competent game of hangman?
appears to solve this issue:
LLMs often struggle with consistency over long conversations, and will forget entirely after their max token limit (4096, for GPT-3.5-turbo used by the free version of ChatGPT …
8
votes
If I use a GPT add-on in my spreadsheet, is my data still private, or can it be leaked to ot...
ChatGPT (the website/app) does, by default, use conversations for training. … as ChatGPT is using (GPT 4 and GPT 3.5 Turbo) through the OpenAI API. …
4
votes
Is it possible to create a reliable AI quotation tool using excel spreadsheets with ChatGPT API
For example, if a company hasn't had a particular task done in 4 years and we've had 3 price increases during that time, the AI should calculate the correct amount for that company considering inflat …
3
votes
How to generate structured data like JSON with LLM models?
While a schema definition is challenging, I have a Node.js function available that validates whether a document is correct or not.
If it's feasible for you to define a function that determines what …