Skip to content

Commit

Permalink
fix bring statement in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaiBer committed Mar 19, 2024
1 parent 8375425 commit 8c5e057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openai/examples/example.main.w
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bring expect;
bring "./openai.w" as openai;
bring "../openai.w" as openai;

bring cloud;

Expand Down

0 comments on commit 8c5e057

Please sign in to comment.