Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add together.xyz, promote Phind to default, minor dark mode tweaks #69

Merged
merged 8 commits into from
Jul 31, 2023

Conversation

swyxio
Copy link
Contributor

@swyxio swyxio commented Jul 16, 2023

the text input doesnt actually work yet. not sure how to get the text event simulation working.

image

providers/together.js Outdated Show resolved Hide resolved
@swyxio
Copy link
Contributor Author

swyxio commented Jul 29, 2023

@seanoliver together now allows llama2-32k https://twitter.com/togethercompute/status/1685048832168714240

want to take a stab?

providers/together.js Outdated Show resolved Hide resolved
@swyxio swyxio marked this pull request as ready for review July 31, 2023 06:24
@swyxio
Copy link
Contributor Author

swyxio commented Jul 31, 2023

ok this is ready

@swyxio swyxio requested a review from seanoliver July 31, 2023 06:25
@swyxio swyxio changed the title add together.xyz (WIP) add together.xyz, promote Phind to default, minor dark mode tweaks Jul 31, 2023
// var btn = document.querySelector('button.bg-super.aspect-square');
// btn.click();
// const event = new KeyboardEvent('keyup', {
// key: 'Enter',
// metaKey: true
// });
// inputElement.dispatchEvent(event);
var buttons = Array.from(document.querySelectorAll('button'));
var buttons = Array.from(document.querySelectorAll('button.bg-super'));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

initial implementation was broken without this

@swyxio
Copy link
Contributor Author

swyxio commented Jul 31, 2023

its late, just merging since this is a pretty minor PR

@swyxio swyxio merged commit 83547d8 into main Jul 31, 2023
1 check passed
@swyxio swyxio deleted the addTogether branch July 31, 2023 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant