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

[FR] Add support for Openai-like API's #147

Open
V3NCO opened this issue Sep 8, 2024 · 3 comments
Open

[FR] Add support for Openai-like API's #147

V3NCO opened this issue Sep 8, 2024 · 3 comments
Labels
backlog enhancement New feature or request

Comments

@V3NCO
Copy link

V3NCO commented Sep 8, 2024

Hi ! I have a little enhancement suggestion for Houdini; Houdini already has support for chat-gpt, but today, a lot of AI services online provide "openai-like API's", basically apis almost identical to openai's one, but it points to another service (example : Groq with "https://api.groq.com/openai/v1") what would be great is to add a field (in the same place as the token field) but instead of asking for the token, it asks for the api endpoint.

@hkdeman
Copy link
Contributor

hkdeman commented Sep 10, 2024

Thank you for the suggestion and the PR!

If this is identical to ChatGPT endpoint - it should be fairly simple to extend this!

Could you elaborate on the use-case by the way? Would love to get feedback on Houdini's usage with other LLMs.

@V3NCO
Copy link
Author

V3NCO commented Sep 12, 2024

Hi, i didn't understand this...

If this is identical to ChatGPT endpoint - it should be fairly simple to extend this!

Is a feature to change the endpoint already available ?
The use case would basically be to be able to use external services, this would give ability to use : better services in the furture, free services, or even use self hosted ai thats not on the same server than whodb, idk ,

it could look like this :
image
image

But if it already exists i'd love to know where the feature is

@hkdeman
Copy link
Contributor

hkdeman commented Sep 25, 2024

Hey, apologies for missing this!

That sounds great! I meant like if the API of the Endpoint is of similar definition as ChatGPT then we could extend it to have its own Endpoint. Hoping to get this out soon!

@hkdeman hkdeman added enhancement New feature or request backlog labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants