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

feat: window.ai support #71

Open
transmissions11 opened this issue Apr 21, 2023 · 3 comments
Open

feat: window.ai support #71

transmissions11 opened this issue Apr 21, 2023 · 3 comments
Assignees
Labels

Comments

@transmissions11
Copy link
Member

Describe the solution you'd like
Allow users to log in via https://windowai.io/

If they have the extension installed, just use it and don't prompt for API key or show the input, otherwise work as normal.

@transmissions11
Copy link
Member Author

@nmandal
Copy link

nmandal commented May 4, 2023

I've been looking into this and found some good hooks using Wanda that abstract a lot of the extension checking. Perhaps the APIKeyModal component could be refactored to choose either windowai or bring your own key.

@nmandal
Copy link

nmandal commented May 4, 2023

An additional question I have here for this effort is what models is Flux looking to support with the window.ai effort? Presently, the models supported are:

export enum ModelID {
  GPT3 = "openai/gpt3.5",
  GPT4 = "openai/gpt4",
  Together = "together/gpt-neoxt-20B",
  Cohere = "cohere/xlarge"
  // local
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants