thilasx
thilasx
The return value without specifying the response_model: `ChatCompletion(id='chatcmpl-679', choices=[Choice(finish_reason='stop', index=0, logprobs=None, message=ChatCompletionMessage(content=' The statement "Jason is 25 years old" indicates that the name "Jason" is associated with the age of...
After experimenting a bit with the provided ipynb files my Vram usages goes above 2.4GB. Less would really be nice especially if this would go up with further requests, but...
I'm also interessted in an OAuth solution. Are there any news since january? If it's far from being ready, is there a neat way to do it in combination with...
That looks nice. Thanks for sharing that example! We were looking for a solution including keycloak in order to host the complete auth and application ourselves. However, with your example...
> I have done OAuth with Clerk.dev that works pretty well. > > ```python > import pynecone as pc > > class ClerkProvider(pc.Component): > library = "@clerk/clerk-react" > tag =...
> > I have done OAuth with Clerk.dev that works pretty well. > > ``` > > import pynecone as pc > > > > class ClerkProvider(pc.Component): > > library...
> UPD.: I reinstalled Audiocraft version using "pip install -e git+https://github.com/facebookresearch/audiocraft.git@c5157b5bf14bf83449c17ea1eeb66c19fb4bc7f0#egg=audiocraft" provided in README. After this got another error "Environment variable 'USER' not found" but it is connected to Audiocraft...