OpenInterpreter / open-interpreter

A natural language interface for computers
http://openinterpreter.com/
GNU Affero General Public License v3.0
50.58k stars 4.41k forks source link

Fix llama 3 code halucination #1250

Closed Notnaton closed 1 month ago

Notnaton commented 2 months ago

Builds on code by CyanideByte Just moved it to a different location Will still display the backtick within the message, but will remove the backtick before code is run

Describe the changes you have made:

Reference any relevant issues (e.g. "Fixes #000"):

Pre-Submission Checklist (optional but appreciated):

OS Tests (optional but appreciated):

KillianLucas commented 1 month ago

Nice, agreed that that spot is better (similar fixes for LLM quirks around it). Merged. Great work @Notnaton and @CyanideByte for the original fix!

hossain666 commented 1 month ago

https://github.com/sglvladi/simpleble/blob/master/docs/build/html/_sources/index.rst.txt#L21C9-L21C17

hossain666 commented 1 month ago

https://github.com/OpenInterpreter/open-interpreter/pull/1250#discussion_r1597531008