kenfink
kenfink
WSL Ubuntu. Same issue. My only way around it so far is to use a different port on each CLI server start, and can't restart interface from UI. If I...
frontend/pages/api/provider/index.js line 16 change: await axios.get(`${process.env.API_URI}/api/provider`).then((response) => { to await axios.get(`${process.env.NEXT_PUBLIC_API_URI}/api/provider`).then((response) => { Not sure how to create a PR for this. First timer!
JavaScript yes. Node.js no unfortunately. I've been working through rewriting the auth to work and so far I've managed to get a token back but not the lists/items yet. Seems...
Please make these OpenAI API compatible wherever possible.
Here's a workaround that seems to work for now. Totally inappropriate for future growth so I'm not creating a PR for this. But as they say, a stupid idea that...
Here's another option: The Fastchat folks published this today https://lmsys.org/blog/2023-06-09-api-server/
What about building a LoRA for a local coding LLM like WizardCoder? Could OpenAI build a QA dataset for training, then GPT Engineer have a GPT4 (smart agent) the trained...