Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3njust1n authored Jul 13, 2023
1 parent 8d8a62f commit bab62c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dynamic Metaprogramming with Large Language Models
# Self-modifying code at runtime with Large Language Models
Metaprogramming with safe code injection from [generative APIs](https://github.com/ch3njust1n/generative-api) for adaptable software

![Tests](https://github.com/ch3njust1n/generative/actions/workflows/pull-request.yml/badge.svg)
Expand Down Expand Up @@ -208,4 +208,4 @@ class Demo():
@adapt(model=LLM, critic=LLM, database=db)
def func(self):
pass # functionality that requires adaptation
```
```

0 comments on commit bab62c4

Please sign in to comment.