Open Fortranibal opened 2 months ago
Additionally, why is the context length set to 128000
? I bet there is a reason behind it but was wondering if it is already optimized.
ACK'd, this is will happen!
For the context length, it's not used currently, ignore it for now!
For GPT4o, you can use system message for this right now. For the others, we'll make some changes so it works!
Cursor has a feature were you add a file named .cursorrules with specifics to musts and don'ts for your specific codebase. It is applied as further context and allows for more concise and precise answers.
Here is an example of this:
Is there something similar for PearAI? Would these go in the
systemMessage
orcustomCommands
of theconfig.json
file?