Alex Kelley
Alex Kelley
Thank you for developing Hegel. I've been looking for a typed FP in JavaScript, and I think Hegel fits the bill. One issue, however, is that I'm looking to migrate...
Step 4 states that the Authorized Javascript Origin should be http://localhost:3000. This doesn't work. Instead, I had to whitelist http://localhost:8080 because the express code 'server.js' is listening on port 8080.
Fixed and refactored `text_to_prompts()` to handle multiple instances of the `user`, `system`, and `assistant` roles in a prompt. Before this fix, `extract_messages()` will only extract the first instance of a...
# Expose Streaming API ## Motivation Erlang's [inets](https://www.erlang.org/docs/26/apps/inets/) application provides a set of Internet-related services, including the HTTP client `httpc`. The `httpc` module gives users the option to stream the...