Get up and running with OpenAI gpt-oss, DeepSeek-R1, Gemma 3 and other models.
Go to file
Blake Mizerany eb2c442a01 oweb: make DecodeUserJSON take a field name
This allows for better error messages when decoding fails. For example,
instead of:

    {"code":"invalid_json","message":"unexpected end of JSON input"}

We now get:

    {"code":"invalid_json","field":"manifest","message":"unexpected end of JSON input"}
2024-03-31 11:36:51 -07:00
api oweb: make DecodeUserJSON take a field name 2024-03-31 11:36:51 -07:00
build init 2024-03-31 09:24:53 -07:00
client/ollama client/ollama: make Error.Message optional 2024-03-31 11:12:50 -07:00
cmd init 2024-03-31 09:24:53 -07:00
encoding/gguf init 2024-03-31 09:24:53 -07:00
model init 2024-03-31 09:24:53 -07:00
oweb oweb: make DecodeUserJSON take a field name 2024-03-31 11:36:51 -07:00
registry oweb: make DecodeUserJSON take a field name 2024-03-31 11:36:51 -07:00
types init 2024-03-31 09:24:53 -07:00
go.mod init 2024-03-31 09:24:53 -07:00
go.sum init 2024-03-31 09:24:53 -07:00