Categorygithub.com/bradyjoslin/assembllm-anthropic-go
modulepackage
0.0.5
Repository: https://github.com/bradyjoslin/assembllm-anthropic-go.git
Documentation: pkg.go.dev

# 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.

# Variables

No description provided by the author
No description provided by the author

# 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