Richard Abrich

Results 174 issues of Richard Abrich

### Feature request ![image](https://github.com/OpenAdaptAI/OpenAdapt/assets/774615/b310ed48-dfa0-4e38-8134-95f82b06bf96) ### Motivation _No response_

enhancement

### Feature request https://github.com/jxnl/instructor ### Motivation _No response_

enhancement

### Feature request From https://ateam-members.slack.com/archives/C050HTZ8HE0/p1708072362007929: > Google released Gemini 1.5 and tested it with 10 million tokens: https://blog.google/technology/ai/google-gemini-next-generation-model-february-2024/#sundar-note Gemini v1 API documentation: https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/gemini#sample_requests PROBLEM STATEMENT: We wish to implement an...

enhancement
help wanted

### Feature request `capture/_macos.py` uses `AVFoundation`, `capture/_windows.py ` uses `screen_recorder_sdk` which uses `MediaFoundationAPI`. These are likely to be more performant than `mss` used in `record.py` and `video.py`, but currently `capture`...

enhancement

### Feature request We wish to build MacOS and Windows binaries and have them stored to https://github.com/OpenAdaptAI/OpenAdapt/releases. ### Motivation We want to add a "Download App" button to www.openadapt.ai

enhancement

### Feature request To support https://github.com/openadaptai/SoM we need to implement a client.py with https://www.gradio.app/docs/client. See: - client.py: https://github.com/microsoft/SoM/pull/19/files#diff-1ebfaf6cb3592166b73835fa82333cb7109e7c624865c0039a7b22ff34aa27fa) - deploy.py: https://github.com/microsoft/SoM/pull/19/files#diff-5c9ed18af9a5f902219d12c3044ccb193c2c304a3748d02702889c2ca5703978 ### Motivation https://github.com/openadaptai/SoM is state-of-the-art for visual understanding, and...

enhancement
help wanted

### Feature request We wish to implement https://wow.groq.com/ See: - [`openadapt.adapters.openai`](https://github.com/OpenAdaptAI/OpenAdapt/pull/610/files#diff-8a5ff1c90e18e493d2077b9298882ab872052c285ba5b58bc1f40ea7983740af) - [`openadapt.adapters.anthropic`](https://github.com/OpenAdaptAI/OpenAdapt/pull/610/files#diff-9c007eedecc63488849c0f14040031db3e938e7b03a34c3b0adf0291163211e5) ### Motivation Fast inference (thanks @FFFiend!)

enhancement

### Feature request https://arxiv.org/abs/2211.11559 > We present VISPROG, a neuro-symbolic approach to solving complex and compositional visual tasks given natural language instructions. VISPROG avoids the need for any task-specific training....

enhancement

### Feature request We wish to automate the deployment of https://microsoft.github.io/promptflow/how-to-guides/tune-prompts-with-variants.html to AWS. e.g. under `openadapt/server/promptflow.py` (based on https://github.com/OpenAdaptAI/SoM/blob/main/deploy.py): ``` import os import subprocess import boto3 from loguru import logger...

enhancement
good first issue
help wanted

### Feature request We wish to export a `recording: openadapt.models.Recording`' to PowerAutomate code. This will likely use the Process Graph in https://github.com/OpenAdaptAI/OpenAdapt/pull/560 as input. ### Motivation _No response_

enhancement
good first issue
help wanted