galihlprakoso / logseq-plugin-assistseq-ai-assistant

An elegant LogSeq AI Assistant Plugin. (Llama, OpenAI, Gemini, and Groq)
https://ghack.dev/
MIT License
7 stars 0 forks source link

Could you add endpoint specification in settings? #7

Open masonfocus opened 5 days ago

masonfocus commented 5 days ago

Love your idea of this extension, could you add endpoint specification in settings?

So that I can change say the base url of OpenAI from https://api.openai.com/v1/chat/completions to something else.

Now I can change the extension file to achieve that, but if you can enable changing it in the configs, it would be even better.

galihlprakoso commented 4 days ago

Love your idea of this extension, could you add endpoint specification in settings?

So that I can change say the base url of OpenAI from https://api.openai.com/v1/chat/completions to something else.

Now I can change the extension file to achieve that, but if you can enable changing it in the configs, it would be even better.

Yesh sure! please stay tuned! @masonfocus

galihlprakoso commented 4 days ago

Love your idea of this extension, could you add endpoint specification in settings?

So that I can change say the base url of OpenAI from https://api.openai.com/v1/chat/completions to something else.

Now I can change the extension file to achieve that, but if you can enable changing it in the configs, it would be even better.

Could you clarify which part of API you want to use other than chat completions? @masonfocus

masonfocus commented 4 days ago

Love your idea of this extension, could you add endpoint specification in settings? So that I can change say the base url of OpenAI from https://api.openai.com/v1/chat/completions to something else. Now I can change the extension file to achieve that, but if you can enable changing it in the configs, it would be even better.

Could you clarify which part of API you want to use other than chat completions? @masonfocus

I want to change the base part, for example, the perplexity api follows the openAI structure, if I can change the https://api.openai.com/v1/ part to https://api.perplexity.ai/, I can use the perplexity api.