Same now. And code interpretation too, need to be able to tell it explicitly when to use it
LLMS
-

Creating a Custom GPT for Product Mockups
By
–
I made my first GPT via GPT Builder by @OpenAI
. ChatGPT is by far the best AI out there, no matter what anyone says. Feel free to create your product mockups via the link below: https://
chat.openai.com/g/g-ObnTYhLV2-
gpt-product-designer-by-god-of-prompt
… #GPTs #GPTBuilder #ChatGPT #ChatGPT4 #ChatGPT账号 #gpt4turbo -

DeBerta vs Mistral: Fine-tuning Parameters and Model Performance
By
–
Deberta does work quite well for seq cls, but Mistral should generally outperform it. However in this case the target modules do not cover enough (it should be all linear layers in the main backbone) so there's *much* fewer trainable params
-
Best practices for converting API documentation to OpenAI specifications
By
–
What’s the best way to convert any API docs to an OpenAI spec
-
GPT-4 User Demands Better Transparency on Service Reliability
By
–
Thats true, I feel like I need GPT4 and I pay for it, so then I get a bit bugged down when things are not working. I would just like to see a bit more transparency.
-

Warning: Public GPT demos can expose uploaded data to users
By
–

Be careful what you upload as context when creating GPTs for public demos — anyone that talks to your GPT can just ask for a download of the data:
-
GPT-4 Dispatcher Quality Issues in ChatGPT Criticized
By
–
Is it just me or is the GPT4 dispatcher in ChatGPT extremely dumb? 8/10 times it picks the wrong way to solve something, and the quality of the output I'm getting in GPT4 Turbo, is very bad more or less 50% of the time. Even some simple things I've been able to do prior is no
-
Correcting PDF docs lacking full examples with manual instructions
By
–
Mine didn’t work well from PDF docs because there’s no full example on a single page (URL) — e.g. the Assistant tutorial never does `client = OpenAi()`. I just stuffed corrections of observed failures into the instructions. It only queries the KB for obscure stuff now.
-
Announcing a custom GPT ‘assistant-assistant’ for ChatGPT Plus
By
–
Try it here (requires ChatGPT Plus): https://
chat.openai.com/g/g-KkTq7dkUB-
assistant-assistant
… If you hit any issues comment with a share link and I'll tweak it — no maintenance promise though; just trying this out: -
Refusal Classifier Training with Supervised Data
By
–
@wzhao_nlp is the expert on this and she said she thinks they have a classifier trained for refusal, probably just with some supervised data it would still work well even if it were pretty small (<1B params)