@@ -12,10 +12,10 @@ There are 8 published WASM files for each release:
12
12
| ` golem-llm-grok.wasm ` | LLM implementation for xAI (Grok), using custom Golem specific durability features |
13
13
| ` golem-llm-openai.wasm ` | LLM implementation for OpenAI, using custom Golem specific durability features |
14
14
| ` 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. |
19
19
20
20
Every component ** exports** the same ` golem:llm ` interface, [ defined here] ( wit/golem-llm.wit ) .
21
21
@@ -50,7 +50,7 @@ The easiest way to get started is to use one of the predefined **templates** Gol
50
50
51
51
To existing Golem applications the ` golem-llm ` WASM components can be added as a ** binary dependency** .
52
52
53
- *** NOT AVAILABLE YET**
53
+ ** NOT AVAILABLE YET**
54
54
55
55
#### Integrating the composing step to the build
56
56
0 commit comments