API templating in GeWoVa v.0.2.6
API templating in GeWoVa v.0.2.6
The big change is the API templating:
- Any API is possible, not just OpenAI compatible
- Instead of variables, use patching templates that tune the requests to APIs
OpenAI API is now just a templated API instead of being coded in.
Technically, GeWoVa uses jsonnet for templating and WebAssembly to run jsonnet.
Documentation will follow soon.
The templating part of GeWoVa is released as an open source project: Templating for API.