Basem Sufan
Basem Sufan
Thanks for this amazing project. I'm using OpenAI API extension from the **oobabooga web UI** [https://github.com/oobabooga/text-generation-webui/tree/main/extensions/openai](url) Config: OPENAI_API_BASE: "http://127.0.0.1:5001/v1" OPENAI_API_KEY: "sk-1111111111111111111111111..." OPENAI_API_MODEL: "gpt-3.5-turbo-16k" MAX_TOKENS: 1500 RPM: 10 **Here is the...
Fix interface SheetContentProps to extend React.ComponentPropsWithoutRef and VariantProps This change enables the SheetContentProps to accept any valid props for React components and variants, such as style, className, id, etc. @shadcn,...
**What happened**: When it's searching in hashtags for recent tab, it didn't reach it because the new UI has a new button called filter which is a drop list like....
Tring to fix this error on **babycoder**, any idea how? I'm using the text generation web ui API extension for OpenAI. which look like this: OPENAI_API_BASE=https://127.0.0.1:5001/v1 it worked with babyagi.py...