correct, although OpenAI does claim ChatML should help mitigate injections halfway down this page https://
github.com/openai/openai-
python/blob/main/chatml.md
…
CODE
-
OpenAI ChatML Claims to Mitigate Injection Attacks
By
–
-
System Prompts Replicated Word-for-Word Authenticity
By
–
real as they are replicated word-for-word, exactly as they are written in the system prompt
-
LLM API patches and implementation possibilities highlighted
By
–
yep there are definitely patches that you can and should implement if you want to use an LLMs API haven't tried these specifically but thanks for highlighting some possibilities!
-
MyAI Bot Prompt Recreation Demonstrated in OpenAI Playground
By
–
I got this prompt from someone who has done something similar to the actual MyAI bot I wrote them out in the OpenAI playground for demonstration purposes to prove how easy this actually is to do (the actual MyAI prompt may include more but again this is for demo purposes) https://
x.com/somewheresy/st
/somewheresy/status/1631696951413465088
… -
Using AI to Generate PlantUML and Graphviz Diagrams
By
–
Ask GPT to describe code/story or whatever you want in PlantULM or Graphviz – and then copy/paste the code into free tools online.
-

MIT Accelerates Python Compiler Performance Significantly
By
–
MIT Turbocharges Python’s Notoriously Slow Compiler https://
bit.ly/3nQUFQj -
GitHub Copilot Plus version features discussion
By
–
t'as la version plus ? t'as demandé à guthub copilot ?
-
LangChain Explained: What Does This AI Tool Actually Do?
By
–
"I'm still not completely sure what LangChain does, and at this point I'm too afraid to ask" Same lol.
-

MIT Develops BuildIt and D2X Tools for Custom Language Creation
By
–
MIT researchers created “BuildIt”, a tool for non-compiler experts to easily create languages to solve performance intensive problems. “D2X” automatically retrofits existing debuggers for the new languages: https://
bit.ly/41j1Wql -

Langchain Integration Success in Execution Agent
By
–
Woo hoo! I was having trouble getting Langchain working correctly in execution agent, this is it 🙂