Skip to content

Commit 9cf063c

Browse files
committed
Fix typos
1 parent 2fc7811 commit 9cf063c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ There are 8 published WASM files for each release:
1212
| `golem-llm-grok.wasm` | LLM implementation for xAI (Grok), using custom Golem specific durability features |
1313
| `golem-llm-openai.wasm` | LLM implementation for OpenAI, using custom Golem specific durability features |
1414
| `golem-llm-openrouter.wasm` | LLM implementation for OpenRouter, using custom Golem specific durability features |
15-
| `golem-llm-anthropic-portable.wasm` | LLM implementation for Anthropic AI, with no Golem specific dependecies. |
16-
| `golem-llm-grok-portable.wasm` | LLM implementation for xAI (Grok), with no Golem specific dependecies. |
17-
| `golem-llm-openai-portable.wasm` | LLM implementation for OpenAI, with no Golem specific dependecies. |
18-
| `golem-llm-openrouter-portable.wasm` | LLM implementation for OpenRouter, with no Golem specific dependecies. |
15+
| `golem-llm-anthropic-portable.wasm` | LLM implementation for Anthropic AI, with no Golem specific dependencies. |
16+
| `golem-llm-grok-portable.wasm` | LLM implementation for xAI (Grok), with no Golem specific dependencies. |
17+
| `golem-llm-openai-portable.wasm` | LLM implementation for OpenAI, with no Golem specific dependencies. |
18+
| `golem-llm-openrouter-portable.wasm` | LLM implementation for OpenRouter, with no Golem specific dependencies. |
1919

2020
Every component **exports** the same `golem:llm` interface, [defined here](wit/golem-llm.wit).
2121

@@ -50,7 +50,7 @@ The easiest way to get started is to use one of the predefined **templates** Gol
5050

5151
To existing Golem applications the `golem-llm` WASM components can be added as a **binary dependency**.
5252

53-
***NOT AVAILABLE YET**
53+
**NOT AVAILABLE YET**
5454

5555
#### Integrating the composing step to the build
5656

llm-openrouter/src/bindings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Generated by `wit-bindgen` 0.36.0. DO NOT EDIT!
22
// Options used:
33
// * runtime_path: "wit_bindgen_rt"
4-
// * with "wasi:io/poll@0.2.0" = "golem_rust::wasm_rpc::wasi::io::poll"
54
// * with "golem:llm/llm@1.0.0" = "golem_llm::golem::llm::llm"
5+
// * with "wasi:io/poll@0.2.0" = "golem_rust::wasm_rpc::wasi::io::poll"
66
// * generate_unused_types
77
use golem_rust::wasm_rpc::wasi::io::poll as __with_name0;
88
use golem_llm::golem::llm::llm as __with_name1;

0 commit comments

Comments
 (0)