smart-chatbot-ui
smart-chatbot-ui copied to clipboard
An open source ChatGPT UI.
Any prompt that will get the conversational agent to make a list with newlines inside json strings will cause the error. From logs: LLM Response: ellapsed: 22.495 sec. ```json {...
I've been saving various system prompts that work well into templates. However to see the system prompt I used in a certain chat I need to export and look at...
not sure what im doing wrong but I set the NEXTAUTH_ENABLED=false it gives me this. [next-auth][error][NO_SECRET] https://next-auth.js.org/errors#no_secret [next-auth][error][NO_SECRET] https://next-auth.js.org/errors#no_secret Please define a `secret` in production. MissingSecret [MissingSecretError]: Please define a...
The environment variable DEFAULT_MODEL doesn't work with OPENAI_API_TYPE=azure because Object.values(OpenAIModelID).includes( process.env.DEFAULT_MODEL as OpenAIModelID, ) in home.tsx always returns false, falling back on fallbackModelID.
It would be great to be able to connect your fork of chatbot-UI to [vLLM](https://vllm.readthedocs.io/en/latest/index.html) which supports an openai api like interface
It would be amazing to be able to upload files and store them in the same Minio as the `code-api`. This way we would be able to send a `csv`...
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.2.8 to 0.4.1. Release notes Sourced from prettier-plugin-tailwindcss's releases. v0.4.1 Fixed Don't move partial classes inside Twig attributes (#184) v0.4.0 Added Export types for Prettier config (#162)...
When conversation temperature is 0, tests in utils/app/clean.ts fails and reset to 1. Reloading the page on browser will show all conversations's temperature set to 0 changed to 1. Into...
I think this fork is great, and I was planning to use it as my main front-end. However, whereas the original can be easily installed on Synology DSM as a...