victordibia / llmx

An API for Chat Fine-Tuned Large Language Models (llm)
MIT License
75 stars 31 forks source link

[add] Added HTTP Client in OpenAI Chat Instance #25

Open prati04 opened 4 months ago

prati04 commented 4 months ago

HTTP Client (httpx.Client) is necessary for a corporate based user to authenticate OpenAI Agent. This is already an acceptable parameter with OpenAI and does not break for users who do not provide the client.

This will help the corporates to use your solution and other applications using llmx as dependancy.