brainlid / langchain

Elixir implementation of an AI focused LangChain style framework.
https://hexdocs.pm/langchain/
Other
574 stars 68 forks source link

Adds support for setting the `OpenAI-Organization` header in requests #15

Closed amokan closed 12 months ago

amokan commented 12 months ago

This addresses #11

Many ways to handle this, but using Req.Request.put_header/3 seemed to be the most sane approach.

Having said that, I can sense you are doing a bunch of development on the project @brainlid - so no offense if you need to reject it if it does not align with where you are going :)

If there is anything I can do to clean this up, please let me know.

brainlid commented 12 months ago

❤️💛💙💜