Louis Beaumont

Results 131 issues of Louis Beaumont

**Is your feature/enhancement request related to a problem? Please describe.** Assuming `Foo-org/bar-model`exists privately, and I have a local token stored letting me access to it. ```py from flair.models import TARSClassifier...

# Local CLI My build is minified, and I need to decompress using the CLI: ```bash releases files v0.0.1 upload-sourcemaps --decompress build ``` # Desired GitHub action ```diff name: Create...

The idea is to collect more information about the requests (say you want to write the `data`...)

Hi, is there any way to reduce these logs? ``` message='OpenAI API response' path=https://api.openai.com/v1/fine-tunes processing_ms=228 request_id=FOO response_code=200 INFO:openai:message='OpenAI API response' path=https://api.openai.com/v1/fine-tunes processing_ms=228 request_id=BAR response_code=200 ``` To me, these logs should...

Hey, is it possible to use an existing Pinecone index? In this example, you create a new one & index it https://github.com/jerryjliu/gpt_index/blob/main/examples/vector_indices/PineconeIndexDemo.ipynb Also, not clear if we can use specific...

Hi, great lib, great work! https://langchain.readthedocs.io/en/latest/modules/memory/examples/adding_memory.html I'm considering to use langchain LLM with memory in a stateless environment, what is the best practice or any example? First thing coming to...

Hi, I use a lot Excallidraw paid plan and embed my drawings in obsidian.md in read-only. The problem is that people need to click "join" the room to see the...

Example that will arrive in Figma: https://80.lv/articles/an-upcoming-figma-plug-in-uses-stable-diffusion-s-ai-powers-to-design-ideas/ https://app.excalidraw.com/l/5MKXLddifTr/1I5JMfOdWjD Would need a fine-tuned/trained Stable Diffusion model on Excallidraw drawings (any dataset in the wild?) and somewhere to deploy the model.

Hi, nice work, To my understanding, you are using `text-davinci-003`given the following lines: https://github.com/microsoft/visual-chatgpt/blob/865db606fb0b37e03f3fdb786b3cc29543f0d51b/visual_chatgpt.py#L803 https://github.com/hwchase17/langchain/blob/c9b5a30b3767e0fc73e1903fbd2f39cc7feee748/langchain/llms/openai.py#L132 Am I right? Thanks for the information! PS: tried something parallel few days ago (ChatGPT...