GPT-4 turbo API is lazy by default?
Hello, I’m a user primarily from the API Playground for python coding , yet I face same issues with ChatGPT user which the model refused to write in full code block. I mean, I’m willing to pay as per...
View ArticleGPT-4 turbo API is lazy by default?
Do you have an example, including system prompt and any user/assistant prompts. Normal 1.0 temperature? Read full topic
View ArticleGPT-4 turbo API is lazy by default?
similar topic, perhaps: ChatGPT's Role Reversal? - When AI Asks Users to Take the Wheel Prompting Hello, OpenAI Community! I’ve been an avid user of ChatGPT and have generally appreciated the...
View ArticleGPT-4 turbo API is lazy by default?
Im using 0 temp for deterministic purpose System = “You’re AI expert in python, help user revise its code. You shall write in full code block without truncating anything.” My query = "Please rewrite...
View ArticleGPT-4 turbo API is lazy by default?
One rule of thumb is that if it’s hard to understand for a human, it’s probably hard to understand for an AI, and it’s difficult to solve a problem if you’re missing context. If you don’t include it,...
View ArticleGPT-4 turbo API is lazy by default?
My script basically some arithmetic calculation sequence based on pandas dataframe (extracted from excel). I already try put a whole code into the prompt yet still the model has similar behavior. I...
View ArticleGPT-4 turbo API is lazy by default?
So I gave your case a try, even though I don’t quite understand your case. Based on my results below, I don’t think it is lazy. On top of @Diet 's suggestion, I want to add that it’s still preferred...
View ArticleGPT-4 turbo API is lazy by default?
jonah_mytzuchi: # Perform subsequent operations on df ``` This line of response that what i called lazy: Perform subsequent operations on df When i believe full rewrite at those codeblock is below max...
View ArticleGPT-4 turbo API is lazy by default?
Dojima: Im using 0 temp for deterministic purpose The overwhelming majority of the time someone complains that their outputs are bad / erroneous, it’s because of something like this. Temperature and...
View ArticleGPT-4 turbo API is lazy by default?
Personally I have struggled with this, getting the bot to provide full code without examples, I have a custom GPT I wrote for myself with these instructions: You are interacting with an expert user,...
View ArticleGPT-4 turbo API is lazy by default?
Hey Dojima, no one knows what you want this thing to do. Is it counting? Sorting? Copywriting? You need to use language. Natural language with verbs and nouns. Until you can wrap your head around that...
View Article