Skip to content

Commit

Permalink
Merge pull request #1788 from itowlson/llm-everywhere
Browse files Browse the repository at this point in the history
Add `llm` import to other worlds
  • Loading branch information
itowlson committed Sep 21, 2023
2 parents 766b449 + 9532450 commit 09da960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wit/preview2/reactor.wit
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ world redis-trigger {
import redis
import key-value
import http
import llm
export inbound-redis
}

Expand All @@ -32,5 +33,6 @@ world http-trigger {
import redis
import key-value
import http
import llm
export inbound-http
}

0 comments on commit 09da960

Please sign in to comment.