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

Custom OpenAI integration: logs #83

Open
smkrv opened this issue Nov 9, 2024 · 1 comment
Open

Custom OpenAI integration: logs #83

smkrv opened this issue Nov 9, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@smkrv
Copy link

smkrv commented Nov 9, 2024

I found another error with the custom OpenAI integration: if there are multiple, the logs always write the data of the first one created.

And also: if you specify: https://%full_path_url%, the /v1 is still added, so it is correct to specify only the host with the protocol and port. This may be a feature, but I thought I would mention it.

@smkrv smkrv added the bug Something isn't working label Nov 9, 2024
@valentinfrlch
Copy link
Owner

As suggested in #64, I am going to implement the python openai library instead of using http requests directly. This should also fix this issue. It might take a while though, as I am rewriting the entire request_handlers atm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants