Misc AI Notes
- OpenAI library is a simple wrapper over HTTP request response for AI models of a particular request response structure suitable for LLMs
- If you put a ! in front of line in cursor , it gives a signal to 'cursor' or 'jupyter notebook' that this is a terminal command and not a piece of code.
- zip function combines two tuples
- https://www.w3schools.com/python/ref_func_zip.asp
- Anthropic suggests to use vanilla python instead of agentic frameworks
- langGraph is complex , but powerful as well
Comments
Post a Comment