# README
assembllm Anthropic Go Plug-in
Plugin for assembllm
Requires tinygo.
Uses Extism PDK. Requires WASI.
Building
make build
Built wasm file will be in dist/assembllm-anthropic-go.wasm
.
Testing
make test
Add to assembllm
Sample configuration update to ~/.assembllm/config.yaml
:
- name: anthropic
source: https://github.com/bradyjoslin/assembllm-anthropic-go/releases/latest/download/assembllm-anthropic-go.wasm
hash:
apiKey: ANTHROPIC_API_KEY
url: api.anthropic.com
model: claude-3-opus-20240229
wasi: true
# Functions
go:export completion.
go:export completionWithTools.
go:export models.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author