Replies: 3 comments 6 replies
-
Part of the reason for this is that using LibreChat without any preset/conversation configuration will always be different from ChatGPT. You can at the very least add ChatGPT's default system prompt as a prompt prefix (custom instructions) and see how it goes:
This is only the tip of the iceberg as it is loaded with other prompts in different contexts. For example, when it generates images, a special prompt is injected instructing it how to refer to the image (this is separate from the instructions on how to generate the image) Do not doubt that there is careful optimization, both in temperature, presence penalty, and other LLM settings, as well as careful prompt engineering, for ChatGPT. It has to stay competitive over the offerings via API. and may even operate from a special fine-tuned model(s). The beauty of using the API, though, is customizing it to your liking, and finding something that is satisfactory, even more satisfactory than ChatGPT, that is carefully tailored to your needs; this is definitely possible and has been my own experience. With the upcoming Assistants API integration that I'm actively working on, I'm aiming to create a default assistant that works as much like ChatGPT as possible. And with these settings, you should be able to create your own assistants that function under a very similar framework as ChatGPT, much more than presently |
Beta Was this translation helpful? Give feedback.
-
I tried to import and clicked on it after import, it said 'Preset Active' All along its been 'text-davinci-003' which was the default after i setup LibreChat, I think. |
Beta Was this translation helpful? Give feedback.
-
I changed from 'text-davinci-003' to 'gpt-3.5-turbo' and now i get the result which is more like the chatGPT |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use openai chat for many reasons and one major is help with my code (either work or personal)
I asked this question on LibreChat and did not like the response, whereas on ChatGPT i know how it will help me with response and i got what i want, can you tell me why is it different and how can i make it so i get the same response as openai so librechat can be my main resource.
My question was:
"On node-red function i get this warning:
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.(2362)
const targetTime: Date"
LibreChat response:
It looks like you're trying to use a Date type as the left-hand side of an arithmetic operation. To fix this, make sure that the left-hand side of the operation is either a number, a BigInt, an enum type or an any type.
ChatGPT response:

Beta Was this translation helpful? Give feedback.
All reactions