partykit / partykit-nextjs-chat-template

Next.js template for building a real-time chat application using PartyKit
https://partykit-nextjs-chat-template.vercel.app
MIT License
72 stars 26 forks source link

Support OpenAI API Base path configuration option #10

Closed arnaudbzn closed 8 months ago

arnaudbzn commented 8 months ago

Add support for basePath OpenAI configuration option. This will allow to develop with local LLM (using LM Studio or Ollama AI + LiteLLM proxy) or use Azure OpenAI API endpoints.

vercel[bot] commented 8 months ago

@arnaudbzn is attempting to deploy a commit to the PartyKit Team on Vercel.

A member of the Team first needs to authorize it.

CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.

threepointone commented 8 months ago

Looks good, thank you!