Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(openai): support explicit proxy #321

Merged
merged 3 commits into from
Jun 28, 2023

Conversation

mspronesti
Copy link
Contributor

@mspronesti mspronesti commented Jun 27, 2023

@gventuri This PR aims at supporting explicit proxy in OpenAI LLMs.

@gventuri
Copy link
Collaborator

@mspronesti thanks a lot for the PR, super cool feature!

Only a couple of super minor things:

  • could you add a reference to this in the docs?
  • could you write a couple of simple tests for it?

@mspronesti
Copy link
Contributor Author

mspronesti commented Jun 28, 2023

@gventuri Added some tests and mentioned the proxy in the doc. I also fixed the whole doc of AzureOpenAI which was almost entirely wrong.

I was surprised to notice that the doc is written manually 😮 . Is there a particular reason ? Why are we not using sphinx ?

@gventuri gventuri merged commit 809d9be into Sinaptik-AI:main Jun 28, 2023
3 checks passed
@gventuri
Copy link
Collaborator

@mspronesti I think we are also using sphinx (#94) + some manual things. I guess we should have another discussion about the documentation to make it accessible, well structured but still less painful to write!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proxy Options
2 participants