Skip to content

Commit 334f8e4

Browse files
committed
updated example spin.toml
Signed-off-by: Aminu Oluwaseun Joshua <[email protected]>
1 parent 044618e commit 334f8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/open-ai-rust/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ component = "open-ai-rust"
1515
[component.open-ai-rust]
1616
source = "target/wasm32-wasip1/release/open_ai_rust.wasm"
1717
allowed_outbound_hosts = []
18-
# ai_models = ["gpt-oss:20b"]
18+
ai_models = ["gpt-oss:20b"]
1919

2020
[component.open-ai-rust.build]
2121
command = "cargo build --target wasm32-wasip1 --release"

0 commit comments

Comments
 (0)