ch3njust1n / smart

Self-modifying code at runtime with Large Language Models
MIT License
4 stars 0 forks source link

[LLM] Semantic Checker #44

Open ch3njust1n opened 1 year ago

ch3njust1n commented 1 year ago

Use GPT-4 to generate code and a faster model with more context like claude-instant-v1-100k. User should be able to define their own semantic checking model and the metaprogramming API should optionally expect a semantic checker as input along with the generating model (model input parameter).

ch3njust1n commented 1 year ago

Implemented this with critic parameter in commit 5d926a5dd4bf9f9b67123fbe1724b8694ba4a905 This is still very unreliable. De-prioritizing for now.